Skip to content

Commit

Permalink
[benches] change default bench sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Mar 22, 2020
1 parent 2f18c7d commit 8f37361
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,8 @@ mod utils {
}
}

const BENCH_SIZES: [usize; 19] = [
0, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000,
9000, 10_000,
const BENCH_SIZES: [usize; 5] = [
10, 50, 250, 1000, 10_000
];

fn bench_get_or_intern_empty(c: &mut Criterion) {
Expand Down

0 comments on commit 8f37361

Please sign in to comment.