snarkVM
snarkVM copied to clipboard
[Bench] Remove old benchmark data
This PR cleans up the benchmark page, that has become hard to search through. To preview the changes, you can check out this branch (dev/remove-benchmark-noise) and then open dev/bench/index.html.
Changes:
- Removes all data from before 2024. Right now, some graphs have 1000s of data points, making it hard to read them and slows down render time. The old data is still in the git history, so no information is lost.
- Add a header element to the benchmark page, so that you can search for a specific graph using
Ctrl+F - Made the graphs slightly wider (
95%instead of1000px)
I do not like removing old data outright; I also consider that data only in git history is effectively lost because nobody will dig it up (and will not know that it even exists).
Is there a way to remove remove old benchmark data in a way that we still see the gist it? So we remove most runs, but keep a datapoint from a run that happened every month or so