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
I am wondering if it is possible to automatic fail a build based on predefined threshold when running Jmeter test with Jmeter mave plugin?
Some use scenario:
HTTP response time is above an absolute threshold
response time is above a relative threshold compared with previous build
For scenario 1), easiest way is probably to use autostop-plugin. A more complex way is to use Taurus PassFail criteria, which seems to be overkill if only need such feature.
For scenario 2), I have not found any ready solution yet. Jenkins performance plugin can generate performance trend, has anyone tried this, any feedback?
The text was updated successfully, but these errors were encountered:
Hi,
I am wondering if it is possible to automatic fail a build based on predefined threshold when running Jmeter test with Jmeter mave plugin?
Some use scenario:
For scenario 1), easiest way is probably to use autostop-plugin. A more complex way is to use Taurus PassFail criteria, which seems to be overkill if only need such feature.
For scenario 2), I have not found any ready solution yet. Jenkins performance plugin can generate performance trend, has anyone tried this, any feedback?
The text was updated successfully, but these errors were encountered: