From 30b1c957744f191e973133b19e9564386af795a4 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 14:27:33 +0200 Subject: [PATCH] Implement end-to-end benchmark --- scripts/ci/run_benchmarks.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/ci/run_benchmarks.sh b/scripts/ci/run_benchmarks.sh index 639fa2da3..3103c6b28 100755 --- a/scripts/ci/run_benchmarks.sh +++ b/scripts/ci/run_benchmarks.sh @@ -22,11 +22,11 @@ function run_benchmarks_for_folder { BINARIES_FOLDER="$FOLDER/build" wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf - echo "PWD: $(pwd)" - $BINARIES_FOLDER/osrm-extract -p $(pwd)/profiles/car.lua $(pwd)/berlin-latest.osm.pbf - $BINARIES_FOLDER/osrm-partition $(pwd)/berlin-latest.osrm - $BINARIES_FOLDER/osrm-customize $(pwd)/berlin-latest.osrm - $BINARIES_FOLDER/osrm-routed --algorithm mld $(pwd)/berlin-latest.osrm & + echo "PWD: $FOLDER" + $BINARIES_FOLDER/osrm-extract -p $FOLDER/profiles/car.lua $FOLDER/berlin-latest.osm.pbf + $BINARIES_FOLDER/osrm-partition $FOLDER/berlin-latest.osrm + $BINARIES_FOLDER/osrm-customize $FOLDER/berlin-latest.osrm + $BINARIES_FOLDER/osrm-routed --algorithm mld $FOLDER/berlin-latest.osrm & OSRM_ROUTED_PID=$! # TODO: save results