rpcperf_workload
pub struct Workload { // some fields omitted }
impl Workload
fn new(protocol: Protocol, command: String, rate: Option<u64>, queue: BoundedQueue<Vec<u8>>) -> Result<Workload, &'static str>
fn add_param(&mut self, parameter: Parameter)
fn prepare(&mut self, preparation: Preparation)
fn run(&mut self)