Nikolas Klauser 0bf41e3d7a
[libc++] Rewrite the std::make_heap benchmark (#178696)
This rewrites the `make_heap` benchmark to make it significantly faster
to run. In my test it saves ~10 minutes.

This patch also drops `ranges::` heap benchmarks, since we've decided to
remove `ranges::` benchmarks if there is a `std::` equivalent.
2026-02-05 11:46:11 +01:00
..