Commits


shyam authored and Wes McKinney committed ee6284086ba
ARROW-3609: [Gandiva] Convert Gandiva benchmark tests as gbenchmark t… Gandiva benchmark tests are out of gandiva integration testsuite and part of arrow benchmark suite. ``` $ ./release/gandiva-micro_benchmarks 2018-11-19 15:50:45 Running ./release/gandiva-micro_benchmarks Run on (8 X 3700 MHz CPU s) CPU Caches: L1 Data 32K (x4) L1 Instruction 32K (x4) L2 Unified 256K (x4) L3 Unified 8192K (x1) --------------------------------------------------------------------------- Benchmark Time CPU Iterations --------------------------------------------------------------------------- TimedTestAdd3/min_time:1.000 863 us 862 us 1650 TimedTestBigNested/min_time:1.000 14881 us 14872 us 97 TimedTestBigNested/min_time:1.000 15055 us 15047 us 91 TimedTestExtractYear/min_time:1.000 10610 us 10604 us 137 TimedTestFilterAdd2/min_time:1.000 1368 us 1367 us 1018 TimedTestFilterLike/min_time:1.000 616936 us 616606 us 2 TimedTestAllocs/min_time:1.000 31298 us 31256 us 44 TimedTestMultiOr/min_time:1.000 25368 us 25364 us 54 TimedTestInExpr/min_time:1.000 13443 us 13441 us 107 ``` Author: shyam <shyam@dremio.com> Closes #2991 from shyambits2004/master and squashes the following commits: 8b9d353c7 <shyam> ARROW-3610: Convert Gandiva benchmark tests as gbenchmark tests.