Expand description
Load and performance testing module for MockForge
This module provides functionality to run load tests against real API endpoints using OpenAPI specifications to generate realistic traffic patterns.
Re-exports§
pub use command::BenchCommand;pub use error::BenchError;pub use error::Result;pub use scenarios::LoadScenario;
Modules§
- command
- Bench command implementation
- error
- Error types for the bench module
- executor
- k6 execution and output handling
- k6_gen
- k6 script generation for load testing real endpoints
- reporter
- Result reporting and formatting
- request_
gen - Request template generation from OpenAPI operations
- scenarios
- Load testing scenario definitions
- spec_
parser - OpenAPI specification parsing for load testing