-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interpreting results of performance tests #149
Comments
I think for several tests it will need:
Personally I think this is test specific. So it might be better to allow each test to inject each logic that it want to check and developers can add new checks for each test. (eg. the API for deposit test would be different from a watcher one) |
Closed
I think this is all done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related issues/prs:
#59
#141
#145
omgnetwork/elixir-omg#1745
During code review discussions, the question about the interpretation of performance tests raised several times.
Currently, by default successful outcome is defined by error_rate mean = 0. Optionally you can check error_rate percentile (10%-90%) = 0.
The text was updated successfully, but these errors were encountered: