report method

Future<void> report()

Run the benchmark and report results on the emitter.

Implementation

Future<void> report() async {
  emitter.emit(name, await measure());
}