Structs§
- After
Request Context - Context passed to after_request hook functions
- Before
Request Context - Context passed to before_request hook functions
- Bench
Config - Benchmark configuration
- Rate
Context - Context passed to rate generator functions
- Request
Config - Configuration for a single HTTP request
- Request
Context - Context passed to request generator functions
Enums§
- Hook
Action - Action returned by hook functions to control request execution
- Http
Method - HTTP method for requests
- Request
Source - Source of request configuration - either static or dynamically generated
- Stop
Condition - Defines when the benchmark should stop
Type Aliases§
- After
Request Hook - Type alias for after_request hook function
- Before
Request Hook - Type alias for before_request hook function
- Rate
Function - Type alias for rate generator function
- Request
Generator - Type alias for request generator function