[libcxx-commits] [libcxx] [libc++] Reduce the number of runs on the std::min{, max} benchmarks (PR #179912)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 6 08:00:31 PST 2026


https://github.com/ldionne requested changes to this pull request.

These benchmarks are not actually benchmarking `std::min` and `std::max`, they are benchmarking the ranges versions. Can we refactor them to use the same style as other non-modifying algorithms and test the classic algorithm like we do elsewhere?

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


More information about the libcxx-commits mailing list