warmup method

void warmup()

Runs a short version of the benchmark. By default invokes run once.

Implementation

void warmup() {
  run();
}