We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems to me that the only way for #15833 to be an issue is if we never run #[bench]s anywhere during a PR merge (or on travis etc.).
#[bench]
Maybe the test harness could run #[bench]s as normal tests during a normal run (i.e. execute the code exactly once, not bothering to time it).