BenchmarkResults constructor
BenchmarkResults(
- Map<
String, List< scoresBenchmarkScore> >
Constructs a result containing scores from a single run benchmark run.
Implementation
BenchmarkResults(this.scores);