From 28c962052988c7d04f21e240c2a2fdc2820533c1 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 8 Jun 2024 14:32:32 +0200 Subject: [PATCH] wip --- scripts/ci/run_benchmarks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/run_benchmarks.sh b/scripts/ci/run_benchmarks.sh index 5f562d109..7704d3d0d 100755 --- a/scripts/ci/run_benchmarks.sh +++ b/scripts/ci/run_benchmarks.sh @@ -51,6 +51,7 @@ function run_benchmarks_for_folder { for METHOD in route nearest trip table match; do python3 $SCRIPTS_FOLDER/scripts/ci/e2e_benchmark.py --host http://localhost:5000 --method $METHOD --num_requests 1000 > $RESULTS_FOLDER/e2e_${METHOD}_${ALGORITHM}.bench + python3 $SCRIPTS_FOLDER/scripts/ci/e2e_benchmark.py --host http://localhost:5000 --method $METHOD --num_requests 1000 > $RESULTS_FOLDER/e2e_${METHOD}_${ALGORITHM}.bench done kill -0 $OSRM_ROUTED_PID