BenchmarkResult constructor
const
BenchmarkResult({})
Implementation
const BenchmarkResult({
required this.benchmarkName,
required this.totalRuns,
required this.totalDuration,
required this.opsPerSecond,
required this.averageLatencyMs,
required this.p95LatencyMs,
required this.memoryMbEstimate,
});