summaryrefslogtreecommitdiffhomepage
path: root/bench/critter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/critter.cpp')
-rw-r--r--bench/critter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/critter.cpp b/bench/critter.cpp
index 17c44617..3f8505c1 100644
--- a/bench/critter.cpp
+++ b/bench/critter.cpp
@@ -329,7 +329,7 @@ void test_critter()
void Critter_move(benchmark::State& st)
{
- for (int i = 0; i < 2; i++)
+ for (int i = 0; i < 3; i++)
test_critter();
for (auto _ : st)
test_critter();