-
Notifications
You must be signed in to change notification settings - Fork 149
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
Add basic runtime UI #1620
Add basic runtime UI #1620
Conversation
Now the metric quick links will be triggered using JS and not as a normal HTML link, but as an advantage, we won't need to force refresh the component from the outside whenever the URL changes.
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.
This is a step towards having the runtime UI available, it's not the final state. There are still some improvements to be made that Jakub and I have discussed.
The key point is that this PR shouldn't change the existing UI: it's a refactor, with a couple of tiny changes to the compile compare page (and people may have feedback on them) but that's it. So it's fine to land and we'll iterate in the future.
(I left a nit that you may ignore)
This PR generalizes the compare page UI for both compile and runtime benchmarks, and adds basic runtime UI tab. It does not contain everything yet (links to benchmarks, filters), but should be usable as an MVP.
Best reviewed commit by commit 😅