void exercise()

in lib/src/benchmark_base.dart [24:28]


  void exercise() {
    for (var i = 0; i < 10; i++) {
      run();
    }
  }