Skip to content

Commit

Permalink
Rename benchmark
Browse files Browse the repository at this point in the history
Looks like a mistake in rust-random#1490.
  • Loading branch information
dhardy committed Sep 24, 2024
1 parent f263820 commit 9dfabcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/benches/seq_choose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ criterion_group!(
criterion_main!(benches);

pub fn bench(c: &mut Criterion) {
c.bench_function("seq_slice_choose_1_of_1000", |b| {
c.bench_function("seq_slice_choose_1_of_100", |b| {
let mut rng = Pcg32::from_rng(thread_rng());
let mut buf = [0i32; 100];
rng.fill(&mut buf);
Expand Down

0 comments on commit 9dfabcc

Please sign in to comment.