github-action-benchmark
github-action-benchmark copied to clipboard
Clear old data from `data.js`
I have a data.js file with benchmark results
There are some tests we don't run anymore. Is there any automated way to exclude them?
https://open-telemetry.github.io/opentelemetry-python/benchmarks/
They are rendered in this page. I want to keep the most recent ones, which are at the very bottom of the page
hey @emdneto Unfortunately, we don't have any automatic way to remove the old benchmarks. However, if you want to remove all the entries from specific benchmark it shouldn't be hard to just do it manually. The way the data object is constructed you should be able to use your editor to collapse all the entries visually and remove them all at once