setUpAll method
Called once before all runs of this benchmark recorder.
This is useful for doing one-time setup work that's needed for the benchmark.
Implementation
Future<void> setUpAll() async {}
Called once before all runs of this benchmark recorder.
This is useful for doing one-time setup work that's needed for the benchmark.
Future<void> setUpAll() async {}