BenchmarkSuite constructor
BenchmarkSuite({
- required String name,
- required List<
BenchmarkTest> tests,
Implementation
BenchmarkSuite({required this.name, required this.tests});