diff --git a/src/Magnum/Math/Geometry/Test/IntersectionBenchmark.cpp b/src/Magnum/Math/Geometry/Test/IntersectionBenchmark.cpp index f285fe348..4a946b35e 100644 --- a/src/Magnum/Math/Geometry/Test/IntersectionBenchmark.cpp +++ b/src/Magnum/Math/Geometry/Test/IntersectionBenchmark.cpp @@ -131,7 +131,7 @@ IntersectionBenchmark::IntersectionBenchmark() { &IntersectionBenchmark::sphereConeNaive, &IntersectionBenchmark::sphereCone, - &IntersectionBenchmark::sphereConeView}, 25); + &IntersectionBenchmark::sphereConeView}, 10); /* Generate random data for the benchmarks */ std::random_device rnd;