BenchmarkComparison constructor
BenchmarkComparison({
- required List<
BenchmarkResult> syncResults, - required List<
BenchmarkResult> asyncResults, - required int valueSize,
- required int iterations,
Implementation
BenchmarkComparison({
required this.syncResults,
required this.asyncResults,
required this.valueSize,
required this.iterations,
});