diff --git a/scripts/ci/run_benchmarks.sh b/scripts/ci/run_benchmarks.sh index dac04a8b9..42093036d 100755 --- a/scripts/ci/run_benchmarks.sh +++ b/scripts/ci/run_benchmarks.sh @@ -74,7 +74,7 @@ function run_benchmarks_for_folder { cp -rf $OSM_PBF $FOLDER/data.osm.pbf echo "Running osrm-extract" - "$BINARIES_FOLDER/osrm-extract -p $FOLDER/profiles/car.lua $FOLDER/data.osm.pbf" "$RESULTS_FOLDER/osrm_extract.bench" + measure_peak_ram_and_time "$BINARIES_FOLDER/osrm-extract -p $FOLDER/profiles/car.lua $FOLDER/data.osm.pbf" "$RESULTS_FOLDER/osrm_extract.bench" # # echo "Running osrm-partition" # measure_peak_ram_and_time "$BINARIES_FOLDER/osrm-partition $FOLDER/data.osrm" "$RESULTS_FOLDER/osrm_partition.bench" # echo "Running osrm-customize"