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
Expected Behavior
The intent of the artillery stress test is to judge performance of individual methods. This intent is not met with the current configuration, and it instead measures the ability to recognize invalid input and respond with an error message quickly.
Environment (please complete the following information):
Ubuntu 22.04 AMD64
zetacored v18
athens network
The text was updated successfully, but these errors were encountered:
Perhaps we should add and use the expect plugin to ensure that the response doesn't contain an error property. I do not believe that the assert plugin exists, despite an attempt to define its config to try and catch this exact state.
Describe the Bug
The artillery config uses at least one call which is improperly specified:
node/.github/actions/performance-tests/art.yaml
Lines 482 to 486 in 6e9dc53
This call results in HTTP status 200, but a body of:
To Reproduce
node/.github/actions/performance-tests/art.yaml
Lines 482 to 486 in 6e9dc53
Expected Behavior
The intent of the artillery stress test is to judge performance of individual methods. This intent is not met with the current configuration, and it instead measures the ability to recognize invalid input and respond with an error message quickly.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: