From 4ca383ef7ddcf137de9a317a4131f2d1bff1409e Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 18 Jun 2024 21:38:48 +0200 Subject: [PATCH] wip --- scripts/ci/run_benchmarks.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci/run_benchmarks.sh b/scripts/ci/run_benchmarks.sh index fffe6dde3..84b408d40 100755 --- a/scripts/ci/run_benchmarks.sh +++ b/scripts/ci/run_benchmarks.sh @@ -93,6 +93,9 @@ function run_benchmarks_for_folder { $BINARIES_FOLDER/osrm-routed --algorithm $ALGORITHM $FOLDER/data.osrm & OSRM_ROUTED_PID=$! + + sleep 5 + # # wait for osrm-routed to start # if ! curl --retry-delay 3 --retry 10 --retry-all-errors "http://127.0.0.1:5000/route/v1/driving/13.388860,52.517037;13.385983,52.496891?steps=true" > /dev/null 2>&1; then # echo "osrm-routed failed to start for algorithm $ALGORITHM"