We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402ccc7 commit 0565a2eCopy full SHA for 0565a2e
lib/src/base/async_score_generator.dart
@@ -112,7 +112,7 @@ class AsyncScoreGenerator {
112
final watch = Stopwatch()..start();
113
final sample = await this.sample(
114
warmUpDuration: warmUpDuration,
115
- sampleSize: sampleSize,
+ sampleSize: sampleSize,
116
);
117
watch.stop();
118
//stats.removeOutliers(10);
lib/src/base/score_generator.dart
@@ -20,7 +20,7 @@ class ScoreGenerator {
20
const ScoreGenerator({
21
required this.run,
22
this.setup = doNothing,
23
- this.teardown = doNothing,
+ this.teardown = doNothing,
24
});
25
26
// The benchmarked function.
0 commit comments