@@ -171,6 +171,8 @@ protected DataReader importData() throws IOException {
171
171
if (runSlow ) {
172
172
printTimeOfRouteQuery (hopper , isCH , isLM , count / 20 , "routing" , vehicleStr ,
173
173
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 );
174
176
}
175
177
176
178
if (hopper .getLMFactoryDecorator ().isEnabled ()) {
@@ -180,6 +182,8 @@ protected DataReader importData() throws IOException {
180
182
for (; activeLMCount > 3 ; activeLMCount -= 4 ) {
181
183
printTimeOfRouteQuery (hopper , isCH , isLM , count / 4 , "routingLM" + activeLMCount , vehicleStr ,
182
184
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 );
183
187
}
184
188
185
189
// compareRouting(hopper, vehicleStr, count / 5);
0 commit comments