I am trying to measure average runtime performance for particular methods. I want to run them 100 million times. With default options this is taking an eternity. What options I can enable or disable to achieve a faster execution time for the benchmark testing as a whole? I do not need warm up and other fine tuning. All I need is average time for 100 million operations.