BenchmarkTest constructor
BenchmarkTest({})
Implementation
BenchmarkTest({
required this.name,
required this.description,
this.iterations = 50,
this.timeout = const Duration(seconds: 30),
});
BenchmarkTest({
required this.name,
required this.description,
this.iterations = 50,
this.timeout = const Duration(seconds: 30),
});