POC of one-to-many bidirectional routing in map-matching

This commit is contained in:
Siarhei Fedartsou 2024-07-29 20:17:59 +02:00
parent 5fc269c50a
commit fe339b385c

View File

@ -94,7 +94,7 @@ function run_benchmarks_for_folder {
# done
# done
for ALGORITHM in ch mld; do
for ALGORITHM in mld; do
for BENCH in match; do
echo "Running random $BENCH $ALGORITHM"
START=$(date +%s.%N)