opensearch-project / project-website

The source to opensearch.org
https://opensearch.org
BSD 3-Clause "New" or "Revised" License
40 stars 480 forks source link

Re-design benchmarks webpage #3447

Open rishabh6788 opened 1 week ago

rishabh6788 commented 1 week ago

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.

rishabh6788 commented 1 week ago

@AMoo-Miki @ashwin-pc Please review the PR and let me know if anything can be further improved.

rishabh6788 commented 3 days ago

Commenting for a review.