Expand description
A benchmarking framework geared towards BFT ordering libraries and platforms.
Re-exports§
pub use bft_binding::*;
pub use config::*;
pub use result::*;
Modules§
Constants§
Functions§
- run
- Runs a benchmark using the given
BftBinding
andConfig
and produces [Stats
].