Commit a0783fd7 by Ismael Committed by Dominic Hamon

fix 244 (#247)

parent d147797a
...@@ -549,6 +549,7 @@ void BenchmarkImp::RangePair(int lo1, int hi1, int lo2, int hi2) { ...@@ -549,6 +549,7 @@ void BenchmarkImp::RangePair(int lo1, int hi1, int lo2, int hi2) {
} }
void BenchmarkImp::RangeMultiplier(int multiplier) { void BenchmarkImp::RangeMultiplier(int multiplier) {
CHECK(multiplier > 1);
range_multiplier_ = multiplier; range_multiplier_ = multiplier;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment