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/raycast.cpp | |
| parent | a71d2c6b2ed5b558485eaa234513a2ce9f153dba (diff) | |
bench: adjust warmups
Diffstat (limited to 'bench/raycast.cpp')
| -rw-r--r-- | bench/raycast.cpp | 2 |
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(); |
