pulzr 0.3.2

A http load testing tool for performance testing.
Documentation
1
2
3
4
5
6
7
8
9
pub mod grafana;
pub mod prometheus;
pub mod prometheus_server;
pub mod websocket;

pub use grafana::*;
pub use prometheus::*;
pub use prometheus_server::*;
pub use websocket::*;