results property
Map<String, NiceBenchmarkSummary>
get
results
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);