This commit is contained in:
Ismael 2016-06-27 20:25:43 +02:00 committed by Dominic Hamon
parent d147797aac
commit a0783fd7f6

View File

@ -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;
}