[all-commits] [llvm/llvm-project] bc1e85: [libc++] Refactor std::sort_heap benchmark (#180941)
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Feb 11 10:17:50 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc1e85224105de33bd199255a66b72cc9f52048f
https://github.com/llvm/llvm-project/commit/bc1e85224105de33bd199255a66b72cc9f52048f
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
R libcxx/test/benchmarks/algorithms/ranges_sort_heap.bench.cpp
R libcxx/test/benchmarks/algorithms/sort_heap.bench.cpp
A libcxx/test/benchmarks/algorithms/sorting/sort_heap.bench.cpp
Log Message:
-----------
[libc++] Refactor std::sort_heap benchmark (#180941)
We're trying to get the time it takes to run all the benchmarks down, so
that we can run them on a regular basis. This patch saves us ~80 seconds
per run.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list