Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wrong comment
Browse files Browse the repository at this point in the history
WhiteBlackGoose committed Dec 24, 2024
1 parent 4b11b10 commit 06860e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bench/mod.rs
Original file line number Diff line number Diff line change
@@ -1081,7 +1081,6 @@ impl<'a> BenchContext<'a> {

// Samples sorted by duration.
let sorted_samples = self.samples.sorted_samples();
// 50th percentile and beyond.
let median_samples = util::slice_middle(&sorted_samples);

let stddev_duration = {

0 comments on commit 06860e4

Please sign in to comment.