Skip to content

Commit

Permalink
test: fix spell in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
xdefago committed Apr 7, 2024
1 parent f037221 commit 84b5b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/bench_mean_ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn bench_mean_category(c: &mut Criterion) {
let mut rng = rand::thread_rng();
let confidence = Confidence::new_two_sided(0.95);

let mut group = c.benchmark_group("mean::*::ci (Artihmetic, Harmonic, Geometric)");
let mut group = c.benchmark_group("mean::*::ci (Arithmetic, Harmonic, Geometric)");

for size in [100_000] {
let data = (0..size).map(|_| rng.gen::<f64>()).collect::<Vec<_>>();
Expand Down

0 comments on commit 84b5b1c

Please sign in to comment.