pulzr 0.3.2

A http load testing tool for performance testing.
Documentation
1
2
3
4
5
6
7
8
9
pub mod coordinator;
pub mod distributed_client;
pub mod load_balancer;
pub mod worker;

pub use coordinator::*;
pub use distributed_client::*;
pub use load_balancer::*;
pub use worker::*;