Skip to content

Commit

Permalink
remove erroneous benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
as-com committed Jan 1, 2021
1 parent cd96d4a commit de06352
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions benches/varint_bench/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,15 +391,6 @@ pub fn criterion_benchmark(c: &mut Criterion) {
BatchSize::SmallInput,
)
});

group.throughput(Throughput::Elements(4));
group.bench_function("varint-simd/4x/unsafe", |b| {
b.iter_batched_ref(
create_quad_encoded_generator::<u32, u32, u32, u32, _>(&mut rng),
|encoded| unsafe { decode_four_unsafe::<u32, u32, u32, u32>(encoded.as_ptr()) },
BatchSize::SmallInput,
)
});
group.finish();

let mut group = c.benchmark_group("varint-u32/encode");
Expand Down

0 comments on commit de06352

Please sign in to comment.