x/benchmarks: clean up low-signal benchmarks #58534
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
We have quite a few benchmarks I would consider as providing us very little useful signal that we still run anyway. For example, there are a few bent benchmarks that flail wildly with innocuous commits (supposedly they're sensitive to code movement, or so the theory goes). Other benchmarks are broken on various platforms, but these also don't provide us much signal, like #58533.
I propose we just remove them. After going through all the benchmarks on our dashboard, looking back 90 days, I think the list includes:
Sweet:
Bent:
Other:
Happy to debate which of these are still worth keeping.
CC @dr2chase @prattmic @aclements @randall77
The text was updated successfully, but these errors were encountered: