The current benchmarks webpage is single page that has details of what it shows and hyperlinks to different workload performance metrics dashboards that render the iframe when clicked upon.
The hyperlinks are horizontally stacked and clutter the space as more and more dashboards are getting added.
This PR moves all the horizontal hyperlinks to be vertically stacked in the left column of the page and also generates dedicated page for each workload's metric dashboards. The user can click on the desired workload's dashboard hyperlink which will then render the data from iframe.
Description
The current benchmarks webpage is single page that has details of what it shows and hyperlinks to different workload performance metrics dashboards that render the iframe when clicked upon. The hyperlinks are horizontally stacked and clutter the space as more and more dashboards are getting added.
This PR moves all the horizontal hyperlinks to be vertically stacked in the left column of the page and also generates dedicated page for each workload's metric dashboards. The user can click on the desired workload's dashboard hyperlink which will then render the data from iframe.
https://github.com/user-attachments/assets/4b1a640b-33df-4c8a-9c14-cc1dc41c942f
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.