Skip to content

Commit b81cc70

Browse files
committed
comment out MLD tests
1 parent 49a00ae commit b81cc70

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/data/Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 "****************"

0 commit comments

Comments
 (0)