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
14
15
16
17
mod charts;
mod charts_status_data;
mod charts_window;
mod dashboard;
mod formatting;
mod frame;
mod lifecycle;
mod progress;
mod summary;
mod summary_panels_metrics;
mod summary_panels_quality;
mod summary_run;
mod theme;

#[cfg(test)]
pub use dashboard::{Ui, UiActions};
pub use lifecycle::{run_splash_screen, setup_render_ui};