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
pub(super) const MAX_WASM_BYTES: usize = 4 * 1024 * 1024;
pub(super) const MAX_SCENARIO_BYTES: usize = 1024 * 1024;
pub(super) const MAX_MEMORY_PAGES: u64 = 128;
pub(super) const MAX_TABLE_ELEMENTS: u32 = 1024;
pub(super) const WASM_PAGE_SIZE: u64 = 64 * 1024;