mirror of
https://github.com/google/benchmark.git
synced 2025-02-06 17:20:15 +08:00
fix 244 (#247)
This commit is contained in:
parent
d147797aac
commit
a0783fd7f6
@ -549,6 +549,7 @@ void BenchmarkImp::RangePair(int lo1, int hi1, int lo2, int hi2) {
|
||||
}
|
||||
|
||||
void BenchmarkImp::RangeMultiplier(int multiplier) {
|
||||
CHECK(multiplier > 1);
|
||||
range_multiplier_ = multiplier;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user