This commit is contained in:
Siarhei Fedartsou 2024-06-08 11:56:17 +02:00
parent 873aff7e84
commit 81b4431db6

View File

@ -330,6 +330,7 @@ void runMatchBenchmark(const OSRM &osrm, const GPSTraces &gpsTraces)
};
std::vector<Benchmark> benchmarks = {{"1000 matches, default radius"},
{"1000 matches, default radius2"},
{"1000 matches, radius=10", 10},
{"1000 matches, radius=20", 20}};