strest 0.1.10

Blazing-fast async HTTP load tester in Rust - lock-free design, real-time stats, distributed runs, and optional chart exports for high-load API testing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod cleanup;
mod compare;
mod export;
pub(crate) mod logs;
mod progress;
mod replay;
mod runner;
pub(crate) mod summary;

pub(crate) use cleanup::run_cleanup;
pub(crate) use compare::run_compare;
pub(crate) use replay::run_replay;
pub(crate) use runner::run_local;