tearDownAll method

Future<void> tearDownAll()

Called once after all runs of this benchmark recorder.

This is useful for doing one-time clean up work after the benchmark is complete.

Implementation

Future<void> tearDownAll() async {}