Use std::string_view for key type in json::Object (#7062)

This commit is contained in:
Siarhei Fedartsou
2024-11-03 18:23:23 +01:00
committed by GitHub
parent 48e8382785
commit 3614af7f64
7 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ function run_benchmarks_for_folder {
echo "Took: ${DIFF}s"
done
done
for ALGORITHM in ch mld; do
for BENCH in nearest table trip route match; do
echo "Running random $BENCH $ALGORITHM"