refactored ClusterFinder and find_clusters, add clusterfinder_benchmark, refactored main in benchmarks

This commit is contained in:
2026-04-27 14:36:23 +02:00
parent 2736d975c5
commit 95762ae459
6 changed files with 200 additions and 86 deletions
+1 -3
View File
@@ -128,6 +128,4 @@ BENCHMARK_F(TwoArrays, MultiplyAddDivideWithIndex)(benchmark::State &st) {
}
benchmark::DoNotOptimize(res);
}
}
BENCHMARK_MAIN();
}