Skip to content

Commit 0565a2e

Browse files
committed
Format.
1 parent 402ccc7 commit 0565a2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/base/async_score_generator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class AsyncScoreGenerator {
112112
final watch = Stopwatch()..start();
113113
final sample = await this.sample(
114114
warmUpDuration: warmUpDuration,
115-
sampleSize: sampleSize,
115+
sampleSize: sampleSize,
116116
);
117117
watch.stop();
118118
//stats.removeOutliers(10);

lib/src/base/score_generator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ScoreGenerator {
2020
const ScoreGenerator({
2121
required this.run,
2222
this.setup = doNothing,
23-
this.teardown = doNothing,
23+
this.teardown = doNothing,
2424
});
2525

2626
// The benchmarked function.

0 commit comments

Comments
 (0)