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 have two equals expressions, but they are both counting against the numbers at plugins.expect.failed.equals and plugins.expect.ok.equals. There's no way to tell if these two equals expressions are failing at the same frequency, or different. It would be helpful if there was a way to distinguish between these.
Desired output would be a way to get an output like this:
Version info:
Running this command:
with this config in
artillery-load-test.yml
:I'm looking at this response:
I have two
equals
expressions, but they are both counting against the numbers atplugins.expect.failed.equals
andplugins.expect.ok.equals
. There's no way to tell if these two equals expressions are failing at the same frequency, or different. It would be helpful if there was a way to distinguish between these.Desired output would be a way to get an output like this:
where the
equals.resultType
andequals.returnValueInt
are counted independently.The text was updated successfully, but these errors were encountered: