Skip to content

Commit c45e784

Browse files
committed
Add edge based standard & LM routing to Measurement
1 parent 39cd4df commit c45e784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/src/main/java/com/graphhopper/tools/Measurement.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ protected DataReader importData() throws IOException {
171171
if (runSlow) {
172172
printTimeOfRouteQuery(hopper, isCH, isLM, count / 20, "routing", vehicleStr,
173173
true, false, -1, true, false, false, false);
174+
printTimeOfRouteQuery(hopper, isCH, isLM, count / 20, "routing_edge", vehicleStr,
175+
true, false, -1, true, true, false, false);
174176
}
175177

176178
if (hopper.getLMFactoryDecorator().isEnabled()) {
@@ -180,6 +182,8 @@ protected DataReader importData() throws IOException {
180182
for (; activeLMCount > 3; activeLMCount -= 4) {
181183
printTimeOfRouteQuery(hopper, isCH, isLM, count / 4, "routingLM" + activeLMCount, vehicleStr,
182184
true, false, activeLMCount, true, false, false, false);
185+
printTimeOfRouteQuery(hopper, isCH, isLM, count / 4, "routingLM_edge" + activeLMCount, vehicleStr,
186+
true, false, activeLMCount, true, true, false, false);
183187
}
184188

185189
// compareRouting(hopper, vehicleStr, count / 5);

0 commit comments

Comments
 (0)