BenchmarkResult constructor
BenchmarkResult({})
Implementation
BenchmarkResult({
required this.name,
required this.avgMs,
required this.minMs,
required this.maxMs,
required this.iterations,
required this.category,
});