Use std::string_view for key type in json::Object (#7062)
This commit is contained in:
committed by
GitHub
parent
48e8382785
commit
3614af7f64
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user