OpenTripPlanner/test/performance/skanetrafiken/router-config.json
Thomas Gran 0c1c278054 refactor: Use router-config.json in SpeedTest
This also remove the equivalent config from speed-test-config.json.
2026-01-22 22:16:00 +01:00

26 lines
No EOL
520 B
JSON

{
"configVersion": "Performance Test Skanetrafiken",
"routingDefaults": {
"walk": {
"speed": 1.38,
"reluctance": 5
},
"transferSlack": "3m",
"waitReluctance": 0.175,
"maxDirectStreetDuration": "1h1m",
"boardSlackForMode": {
"RAIL": "12m"
}
},
"transit": {
"dynamicSearchWindow": {
"maxWindow": "24h"
},
"stopBoardAlightDuringTransferCost": {
"DISCOURAGED": 3000,
"ALLOWED": 150,
"RECOMMENDED": 60,
"PREFERRED": 0
}
}
}