-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support multiple releases on graphs #489
Support multiple releases on graphs #489
Conversation
Removing leftover from debugging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, I do have some questions about frontend presentation - see comment about charts. One thing as well - looking at some of the graphs in production I can also see that uneven grid sometimes making it hard to read - is that a side effect of trying to line up the dates? Couldn't we set it up in a way that makes the grid uniform (don't have to have legend for each x value)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also should probably look into making a nicer color scheme - should probably avoid 255
for anything, check bootstrap main color scheme that we use for something more easy on the eyes.
5f71bf9
to
37bc485
Compare
Performance job can run against different scylla release. Because it was not taken into account, graph lines don't differentiate between them making impossible to distinguish different releases. This commit adds support for mixing different SUT releases in one job and make them visible as separate series on graphs. Additional 'releases' filters were added to easily toggle releases that should be shown. closes: scylladb#473
37bc485
to
8bd2cc6
Compare
Performance job can run against different scylla release. Because it was
not taken into account, graph lines don't differentiate between them
making impossible to distinguish different releases.
This commit adds support for mixing different SUT releases in one job
and make them visible as separate series on graphs. Additional
'releases' filters were added to easily toggle releases that should be
shown.
closes: #473