Skip to content
Snippets Groups Projects

benchmark the recoding process

Merged STEVAN Antoine requested to merge bench-recoding into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -50,7 +50,7 @@ fn bench_template<E: Pairing>(c: &mut Criterion, nb_bytes: usize, k: usize, nb_s
);
}
pub fn criterion_benchmark(c: &mut Criterion) {
fn criterion_benchmark(c: &mut Criterion) {
for nb_bytes in [1, 1_024, 1_024 * 1_024] {
for nb_shards in [2, 4, 8, 16] {
for k in [2, 4, 8, 16] {
Loading