Skip to content

Commit d4f5fb2

Browse files
committed
dont use log scale in linear construction time benchmark
1 parent daa1007 commit d4f5fb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benches/elias_fano_construction.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ fn bench_ef(b: &mut Criterion) {
1010
let mut rng = thread_rng();
1111

1212
let mut group = b.benchmark_group("Elias-Fano: Construction");
13-
group.plot_config(common::plot_config());
1413

1514
for &l in common::SIZES[0..8].iter() {
1615
group.bench_with_input(BenchmarkId::new("construction", l), &l, |b, _| {

0 commit comments

Comments
 (0)