summaryrefslogtreecommitdiffhomepage
path: root/bench/raycast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/raycast.cpp')
-rw-r--r--bench/raycast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/raycast.cpp b/bench/raycast.cpp
index f15c8b27..fe5e84c2 100644
--- a/bench/raycast.cpp
+++ b/bench/raycast.cpp
@@ -98,7 +98,7 @@ void Raycast(benchmark::State& state)
}
};
- for (int i = 0; i < 50; i++)
+ for (int i = 0; i < 3; i++)
test();
for (auto _ : state)
test();