Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Sep 19, 2024
1 parent 5671ad0 commit 87dc4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/src/bin/collect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ fn dependent_cost(name: &String, x_y: Vec<(u64, u64)>) -> DependentCost {
#[derive(PartialEq, Eq)]
enum Type {
/// The points have a linear property. The first point
/// and the last points are almost the same(The difference is < 0.1).
/// and the last points are almost the same(The difference is < `NEAR_LINEAR`).
Linear,
/// When the delta of the last point is much lower than
/// the first point, it is a logarithmic chart.
Expand Down

0 comments on commit 87dc4c9

Please sign in to comment.