[libcxx-commits] [libcxx] [libc++] Remove atomic_wait benchmarks (PR #158289)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 15 05:50:58 PDT 2025


ldionne wrote:

The problem I see is that if we don't run them on a regular basis, the code will likely rot. It feels wrong to remove them cause they can be really useful, but at the same time it feels wrong to keep something that we can't run on a regular basis.

Maybe an option would be to only run these benchmarks in dry-run mode, that way we ensure they don't rot too much (we make sure they at least compile).

https://github.com/llvm/llvm-project/pull/158289


More information about the libcxx-commits mailing list