-
Notifications
You must be signed in to change notification settings - Fork 156
Full Range Benchmark Result Chart #1842
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
Conversation
Hi, thanks for the PR! I'm a bit busy at the moment, but I'll try to take a look this week. |
no worries! take your time :) |
site/frontend/src/pages/compare/compile/table/benchmark-detail.vue
Outdated
Show resolved
Hide resolved
site/frontend/src/pages/compare/compile/table/benchmark-detail.vue
Outdated
Show resolved
Hide resolved
site/frontend/src/pages/compare/compile/table/benchmark-detail.vue
Outdated
Show resolved
Hide resolved
76de622
to
21d74b5
Compare
I keep forgetting |
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.
Looks good, thank you! Let's see how it works on production data.
While we're at it, the @eth3lbert Let me know if you wanna fix these things :) If not, I'll take a look at it. |
To confirm, is the issue related to how the graph title displays the end date? Specifically, you want it to show "today" (or the last date from the response) if it's a future date, is that correct? |
Yeah, it's just about the UI text. The end date can be in the future w.r.t. the benchmarked commit, that is fine, but it should never be in the actual future, w.r.t. "today" :) |
Ok, I will take a look. |
This is also seemed to break the link to the history graph, To fix just update
fomatDate .
|
Thanks for letting me know! I'll get it fixed. |
@Kobzol I guess this could be resolved at the computing graph range function, right? Or is there any reason to allow the end date to be after the current date? If we address this in the computing graph range, we might want to reintroduce the previous implementation related to |
I think that the only thing that should be added is make sure that |
Resolves #1835