We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067b53d commit 7459090Copy full SHA for 7459090
benchmark/include/benchmark.hpp
@@ -28,7 +28,7 @@ struct BenchmarkState {
28
//! The base Benchmark class is a base class that is used to create and register
29
//! new benchmarks
30
class Benchmark {
31
- constexpr static size_t DEFAULT_NRUNS = 2;
+ constexpr static size_t DEFAULT_NRUNS = 5;
32
Benchmark(Benchmark &) = delete;
33
34
public:
0 commit comments