-
Notifications
You must be signed in to change notification settings - Fork 313
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
Rally tables should always output the same rows #358
Comments
That's a bit tricky because Rally will show you as many percentiles as possible but will also not provide you with a false sense of accuracy: You will simply not get a 99.999th percentile from Rally if you have just 100 samples. It looks as if you have a different number of samples in both races and that's the reason for the difference in output. About which output do you care?
|
This is usually what I grab, because it happens to be a tabular format I can easily import into the tool I use.
Almost never this, since when I'm comparing things there's usually setup involved so I have to run two separate tests, rather than use the baseline/contender settings.
To be 100% honest, I haven't actually ever looked at the report file, since the tabular command line output works for me, that's what I've been using. |
Thanks for your feedback. As discussed offline, it would then make sense to allow users to force a consistent output. I'd default to the current (a bit more condensed) output though. |
There will be a new command line option, called
I have to admit, I am not totally happy with the current name and open for suggestions. ;) |
Sounds good, thanks @danielmitterdorfer |
Now that I slept on it, I decided to change the parameter's name to |
When running rally benchmarks, a nice summary table is generated at the end, however, between subsequent runs, different rows can be generated, for example, one might have:
And the next time you run it, it'll output:
I like to put colums side-by-side to do change comparisons, but it is more difficult if they don't have consistent rows
The text was updated successfully, but these errors were encountered: