File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ corech/$(DATA_NAME).osrm.hsgr: corech/$(DATA_NAME).osrm $(PROFILE) $(OSRM_CONTRA
5454 @echo " Running osrm-contract..."
5555 $(TIMER ) " osrm-contract\t$@ " $(OSRM_CONTRACT ) --core=0.5 $<
5656
57- # mld/$(DATA_NAME).osrm.partition: mld/$(DATA_NAME).osrm $(PROFILE) $(OSRM_PARTITION)
58- # @echo "Running osrm-partition..."
59- # $(TIMER) "osrm-partition\t$@" $(OSRM_PARTITION) $<
60- # $(TIMER) "osrm-customize\t$@" $(OSRM_CUSTOMIZE) $<
57+ mld/$(DATA_NAME ) .osrm.partition : mld/$(DATA_NAME ) .osrm $(PROFILE ) $(OSRM_PARTITION )
58+ @echo "Running osrm-partition..."
59+ $(TIMER) "osrm-partition\t$@" $(OSRM_PARTITION) $<
60+ $(TIMER) "osrm-customize\t$@" $(OSRM_CUSTOMIZE) $<
6161
6262$(DATA_NAME ) .requests : $(DATA_NAME ) .poly
6363 $(POLY2REQ ) $(DATA_NAME ) .poly > $(DATA_NAME ) .requests
@@ -74,11 +74,11 @@ benchmark: data $(DATA_NAME).requests
7474 $(TIMER ) " queries\tCoreCH" " cat $( DATA_NAME) .requests | xargs curl &> /dev/null"
7575 @cat osrm-routed.pid | xargs kill
7676 @rm osrm-routed.pid
77- @/bin/sh -c ' $(OSRM_ROUTED) --algorithm=MLD mld/$(DATA_NAME).osrm > /dev/null & echo "$$!" > osrm-routed.pid'
78- @sleep 1
79- $(TIMER ) " queries\tMLD" " cat $( DATA_NAME) .requests | xargs curl &> /dev/null"
80- @cat osrm-routed.pid | xargs kill
81- @rm osrm-routed.pid
77+ # @/bin/sh -c '$(OSRM_ROUTED) --algorithm=MLD mld/$(DATA_NAME).osrm > /dev/null & echo "$$!" > osrm-routed.pid'
78+ # @sleep 1
79+ # $(TIMER) "queries\tMLD" "cat $(DATA_NAME).requests | xargs curl &> /dev/null"
80+ # @cat osrm-routed.pid | xargs kill
81+ # @rm osrm-routed.pid
8282 @echo " **** timings ***"
8383 @cat /tmp/osrm.timings
8484 @echo " ****************"
You can’t perform that action at this time.
0 commit comments