setUpAll method

Future<void> setUpAll()

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 {}