diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-11 08:45:39 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-11 13:12:53 +0200 |
| commit | 44a3a2bfbf5c1ca94f7abcddab86f5873743fdbc (patch) | |
| tree | c5cdcbf05ff13826cf6f3cc9b70b871c9213f633 /bench/critter.cpp | |
| parent | a71d2c6b2ed5b558485eaa234513a2ce9f153dba (diff) | |
bench: adjust warmups
Diffstat (limited to 'bench/critter.cpp')
| -rw-r--r-- | bench/critter.cpp | 2 |
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(); |
