Performance Testing
Bard provides the ability to assert that the API responses are returned within a specified timeframe. This can be asserted at a test level or globally for an entire Scenario.
Individual API Call Assertion
The test below show an individual assertion for a specific end point.
Global Configuration
The scenario configuration below demonstrates how to set a global benchmark for all API calls so that they do not exceed 2000 milliseconds.
Last updated