OpenTripPlanner/test/performance/norway/speed-test-config.json

74 lines
No EOL
1.7 KiB
JSON

{
// Run all test-cases on the given date
"testDate": "2021-12-14",
"feedId": "EN",
// Relative paths supported like "../../data/otp-ci/graph-${otp.serialization.version.id}.obj"
// Default: "graph.obj"
"graph": "graph.obj",
// OTP Default is 45 minutes (2700 seconds)
// maxWalkDurationSeconds: 2700,
"tuningParameters": {
// maxNumberOfTransfers: 12,
// scheduledTripBinarySearchThreshold: 50,
// iterationDepartureStepInSeconds: 60,
// searchThreadPoolSize: 0,
"dynamicSearchWindow": {
"minTransitTimeCoefficient": 0.75,
"minWaitTimeCoefficient": 0.0
// minTimeMinutes: 30,
// minTimeMinutes: 40,
// default is 180 minutes (3 hours)
// maxLengthMinutes : 360,
// stepMinutes: 10
// stepMinutes: 10
},
"stopBoardAlightDuringTransferCost": {
"DISCOURAGED": 86400,
"ALLOWED": 3000,
"RECOMMENDED": 300,
"PREFERRED": 0
}
},
"routingDefaults": {
"bicycle": {
// Should not be used - a high cost indicate an error
"boardCost": 222000
},
"walk": {
// Default is 1.4 m/s = ~ 5.0 km/t
"speed": 1.4,
"boardCost": 600,
"reluctance": 4.0
},
"transferPenalty": 0,
"waitReluctance": 1.0,
"boardSlack": "30s",
"alightSlack": "15s",
"transferSlack": "60s",
"boardSlackForMode": {
"AIRPLANE": "30m"
},
"transitReluctanceForMode": {
"RAIL": 1.0
}
},
"updaters": [
{
"type" : "vehicle-rental",
"sourceType" : "gbfs",
"frequency" : "1h",
"url" : "https://otp-performance.leonard.io/data/norway/tieroslo/gbfs.json",
"geofencingZones": true
}
]
}