From fe339b385cc28c6bd7e83e2576dcc41b98f9a090 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 29 Jul 2024 20:17:59 +0200 Subject: [PATCH] POC of one-to-many bidirectional routing in map-matching --- scripts/ci/run_benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run_benchmarks.sh b/scripts/ci/run_benchmarks.sh index 77455ad85..27d560560 100755 --- a/scripts/ci/run_benchmarks.sh +++ b/scripts/ci/run_benchmarks.sh @@ -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)