-
Notifications
You must be signed in to change notification settings - Fork 126
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
changes: add revision-vs-revision comparison option #240
Comments
The closest solution I found is to create two new executables, each of them includes results of the interest. Then "Comparison" page can be used to compare them. But for some reason, this leads to empty comparison plot (no bars, see image below). The big picture: I want to compare some older version with newer (say, year later release) and use benchmarks with geomean to compare them. I'm OK with any representation: be it |
So is the feature request to make it possible to compare any two commit hashes? |
Yes. IIRC it's useful when you know exact hashes when feature A was enabled and when it was disabled. You want to compare those to measure the effects. |
This is a feature request.
Description.
New view option for "Changes" page.
In addition to "show n last" revisions, it makes possible to select two revisions by their commit hash.
It's not obvious what to do with "trend" column, but "changes" column will show difference between two revisions (better/worse).
==
The required functionality is "revision vs revision" comparison (same executable, same environment, ...).
If codespeed already has one, which escaped my attention, this feature request can be closed.
The text was updated successfully, but these errors were encountered: