mirror of
https://github.com/google/benchmark.git
synced 2025-01-30 05:40:15 +08:00
Make the type of kMaxIterations consistent with the type of the iteration count
This commit is contained in:
parent
ed0a2eb741
commit
3dd14f0724
@ -101,7 +101,7 @@ bool IsZero(double n) {
|
||||
|
||||
// For non-dense Range, intermediate values are powers of kRangeMultiplier.
|
||||
static const int kRangeMultiplier = 8;
|
||||
static const int kMaxIterations = 1000000000;
|
||||
static const size_t kMaxIterations = 1000000000;
|
||||
|
||||
bool running_benchmark = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user