This commit is contained in:
Siarhei Fedartsou 2024-07-20 21:27:09 +02:00
parent 1f31e6e1e1
commit 7d241266b8

View File

@ -84,7 +84,7 @@ function run_benchmarks_for_folder {
for ALGORITHM in ch mld; do
for BENCH in nearest table trip route match; do
for BENCH in nearest; 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