balter 0.1.1

A load/stress testing framework.
Documentation
1
2
3
4
5
6
7
8
9
10
mod gossip;
pub mod runtime;
pub mod scenario;
mod server;
pub mod transaction;

pub mod prelude {
    pub use crate::runtime::BalterRuntime;
    pub use balter_macros::{scenario, transaction};
}