Skip to content

Commit 7459090

Browse files
committed
Set nruns to 5
1 parent 067b53d commit 7459090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/include/benchmark.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct BenchmarkState {
2828
//! The base Benchmark class is a base class that is used to create and register
2929
//! new benchmarks
3030
class Benchmark {
31-
constexpr static size_t DEFAULT_NRUNS = 2;
31+
constexpr static size_t DEFAULT_NRUNS = 5;
3232
Benchmark(Benchmark &) = delete;
3333

3434
public:

0 commit comments

Comments
 (0)