balter-runtime 0.3.1

A load/stress testing framework.
Documentation
1
2
3
4
5
6
use balter_core::ScenarioConfig;

pub enum RuntimeMessage {
    Help(ScenarioConfig),
    Finished,
}