You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for summary mode, which allows you to summarize the results of multiple benchmarks into a single report.
Added support for API response result checks, which allows you to assert the expected response of an API request.
Added support for authorization dependencies, which allows you to handle complex auth flows (like OAuth2) once and share credentials across multiple endpoints.
Added support for dynamic variables and functions, which allows you to use variables and functions in your requests that are defined dynamically at runtime.
Added support for pre/post request hooks, which allows you to execute custom code before or after each request.
Improved the performance and efficiency of the library by optimizing the request chaining and concurrent execution logic.
Improved the user experience by adding progress tracking and real-time feedback during benchmark execution.
Improved the CLI usage by adding more options and commands, such as generating an example configuration file.