warmup method

Future<void> warmup()

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

Implementation

Future<void> warmup() async {
  await run();
}