Closed rwstauner closed 3 months ago
Sorry, I cut off the legend, but it's the same as all the other timelines
I couldn't find this page on https://speed.yjit.org/ now. How do you reach this page?
The next time the benchmarks run the new pages would be generated.
I manually went to the server and pulled and ran continuous_reporting/gh_tasks/report_and_upload.sh
so you can see it now.
Thanks, I can see that now. Is it intentional that you can't see the revision when you hover a data point in these "Over Time" pages ("YJIT Stats Over Time", "Benchmark Results Over Time"), or is my browser not working correctly?
Good catch. Looks like there is some css I didn't properly duplicate. I'll push another PR
Fix for missing tooltips: https://github.com/Shopify/yjit-metrics/pull/302
I regenerated again and the tooltips are back
This adds another button to the bottom of the home page that links to a new timeline view that shows the benchmark speed for each of the current ruby configs:
I'd like to make it prettier and more responsive, but it's consistent with the other timelines we currently have (this will be the 4th).
If we want to do more improvements we could probably merge them all into one timeline page with some configuration elements to pick the type of metric and which ruby configs to display, but that will require a larger rewrite.
closes #220