results property
Get all recorded benchmark summaries.
Implementation
Map<String, NiceBenchmarkSummary> get results => Map.unmodifiable(_results);
Get all recorded benchmark summaries.
Map<String, NiceBenchmarkSummary> get results => Map.unmodifiable(_results);