Skip to content

Commit

Permalink
chore: document benchmark todos
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 19, 2024
1 parent b8fd959 commit e79b4e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ferveo/benches/benchmarks/block_proposer.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![allow(non_snake_case)]

// TODO: Currently not maintained - see mod.rs

use criterion::{black_box, criterion_group, criterion_main, Criterion};

use ark_bls12_381::*;
Expand Down
3 changes: 2 additions & 1 deletion ferveo/benches/benchmarks/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//pub mod block_proposer;
// We disabled the following benchmarks because their outcomes were not relevant to us at the time.
// pub mod block_proposer;
// pub mod pairing;
pub mod eval_domain;
pub mod validity_checks;

0 comments on commit e79b4e5

Please sign in to comment.