@@ -460,24 +460,24 @@ static void DecimalAdd3Large(benchmark::State& state) {
460
460
DoDecimalAdd3 (state, DecimalTypeUtil::kMaxPrecision , 18 , true );
461
461
}
462
462
463
- BENCHMARK (TimedTestAdd3)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
464
- BENCHMARK (TimedTestBigNested)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
465
- BENCHMARK (TimedTestExtractYear)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
466
- BENCHMARK (TimedTestFilterAdd2)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
467
- BENCHMARK (TimedTestFilterLike)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
468
- BENCHMARK (TimedTestCastFloatFromString)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
469
- BENCHMARK (TimedTestCastIntFromString)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
470
- BENCHMARK (TimedTestAllocs)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
471
- BENCHMARK (TimedTestOutputStringAllocs)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
472
- BENCHMARK (TimedTestMultiOr)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
473
- BENCHMARK (TimedTestInExpr)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
474
- BENCHMARK (DecimalAdd2Fast)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
475
- BENCHMARK (DecimalAdd2LeadingZeroes)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
476
- BENCHMARK (DecimalAdd2LeadingZeroesWithDiv)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
477
- BENCHMARK (DecimalAdd2Large)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
478
- BENCHMARK (DecimalAdd3Fast)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
479
- BENCHMARK (DecimalAdd3LeadingZeroes)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
480
- BENCHMARK (DecimalAdd3LeadingZeroesWithDiv)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
481
- BENCHMARK (DecimalAdd3Large)->MinTime ( 1.0 )-> Unit(benchmark::kMicrosecond );
463
+ BENCHMARK (TimedTestAdd3)->Unit (benchmark::kMicrosecond );
464
+ BENCHMARK (TimedTestBigNested)->Unit (benchmark::kMicrosecond );
465
+ BENCHMARK (TimedTestExtractYear)->Unit (benchmark::kMicrosecond );
466
+ BENCHMARK (TimedTestFilterAdd2)->Unit (benchmark::kMicrosecond );
467
+ BENCHMARK (TimedTestFilterLike)->Unit (benchmark::kMicrosecond );
468
+ BENCHMARK (TimedTestCastFloatFromString)->Unit (benchmark::kMicrosecond );
469
+ BENCHMARK (TimedTestCastIntFromString)->Unit (benchmark::kMicrosecond );
470
+ BENCHMARK (TimedTestAllocs)->Unit (benchmark::kMicrosecond );
471
+ BENCHMARK (TimedTestOutputStringAllocs)->Unit (benchmark::kMicrosecond );
472
+ BENCHMARK (TimedTestMultiOr)->Unit (benchmark::kMicrosecond );
473
+ BENCHMARK (TimedTestInExpr)->Unit (benchmark::kMicrosecond );
474
+ BENCHMARK (DecimalAdd2Fast)->Unit (benchmark::kMicrosecond );
475
+ BENCHMARK (DecimalAdd2LeadingZeroes)->Unit (benchmark::kMicrosecond );
476
+ BENCHMARK (DecimalAdd2LeadingZeroesWithDiv)->Unit (benchmark::kMicrosecond );
477
+ BENCHMARK (DecimalAdd2Large)->Unit (benchmark::kMicrosecond );
478
+ BENCHMARK (DecimalAdd3Fast)->Unit (benchmark::kMicrosecond );
479
+ BENCHMARK (DecimalAdd3LeadingZeroes)->Unit (benchmark::kMicrosecond );
480
+ BENCHMARK (DecimalAdd3LeadingZeroesWithDiv)->Unit (benchmark::kMicrosecond );
481
+ BENCHMARK (DecimalAdd3Large)->Unit (benchmark::kMicrosecond );
482
482
483
483
} // namespace gandiva
0 commit comments