results property

Map<String, NiceBenchmarkSummary> get results

Get all recorded benchmark summaries.

Implementation

Map<String, NiceBenchmarkSummary> get results => Map.unmodifiable(_results);