Skip to content

Commit 87dc4c9

Browse files
committed
Apply suggestion
1 parent 5671ad0 commit 87dc4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/src/bin/collect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ fn dependent_cost(name: &String, x_y: Vec<(u64, u64)>) -> DependentCost {
647647
#[derive(PartialEq, Eq)]
648648
enum Type {
649649
/// The points have a linear property. The first point
650-
/// and the last points are almost the same(The difference is < 0.1).
650+
/// and the last points are almost the same(The difference is < `NEAR_LINEAR`).
651651
Linear,
652652
/// When the delta of the last point is much lower than
653653
/// the first point, it is a logarithmic chart.

0 commit comments

Comments
 (0)