Update run_benchmarks.sh

This commit is contained in:
Siarhei Fedartsou 2024-07-21 15:48:42 +02:00 committed by GitHub
parent 2f02580648
commit c4d787dc48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ function run_benchmarks_for_folder {
for ALGORITHM in ch mld; do
for BENCH in match nearest route; do
for BENCH in nearest table trip route match; do
echo "Running random $BENCH $ALGORITHM"
START=$(date +%s.%N)
node $SCRIPTS_FOLDER/scripts/ci/bench.js $FOLDER/lib/binding/node_osrm.node $FOLDER/data.osrm $ALGORITHM $BENCH 1000 $GPS_TRACES > "$RESULTS_FOLDER/node_${BENCH}_${ALGORITHM}.bench" 5 #|| true