BenchmarkResults constructor

BenchmarkResults(
  1. Map<String, List<BenchmarkScore>> scores
)

Constructs a result containing scores from a single run benchmark run.

Implementation

BenchmarkResults(this.scores);