Skip to content

Commit 3c80f38

Browse files
docs(benchmark): Improve documentation clarity for BenchmarkResult class
Updated the comment for the BenchmarkResult class to enhance clarity by rephrasing it from "Represents the final aggregated result of a benchmark" to "The final aggregated result of a benchmark." This change aims to improve the readability of the code documentation.
1 parent 009090e commit 3c80f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/collection/benchmark/sort_comparison_benchmark.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class DatasetGenerator {
6060
}
6161
}
6262

63-
/// Represents the final aggregated result of a benchmark.
63+
/// The final aggregated result of a benchmark.
6464
class BenchmarkResult {
6565
final double mean;
6666
final int median;

0 commit comments

Comments
 (0)