From 1f31e6e1e19a5282262b0d88d729ae279c31e7bd Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 20 Jul 2024 21:07:08 +0200 Subject: [PATCH] wip --- scripts/ci/bench.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/bench.js b/scripts/ci/bench.js index e882fab88..40ad4db22 100644 --- a/scripts/ci/bench.js +++ b/scripts/ci/bench.js @@ -176,7 +176,7 @@ async function main() { const {OSRM} = require(args[0]); const path = args[1]; - const algorithm = args[2]; + const algorithm = args[2].toUpperCase(); const method = args[3]; const numRequests = parseInt(args[4]); const gpsTracesFilePath = args[5];