[libcxx-commits] [PATCH] D126297: [libcxx] Add sort.bench.cpp to libcxx/benchmarks/CMakeLists.txt
Hans Wennborg via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 24 07:42:29 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGebe2e4f5b773: [libcxx] Add sort.bench.cpp to libcxx/benchmarks/CMakeLists.txt (authored by hans).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126297/new/
https://reviews.llvm.org/D126297
Files:
libcxx/benchmarks/CMakeLists.txt
Index: libcxx/benchmarks/CMakeLists.txt
===================================================================
--- libcxx/benchmarks/CMakeLists.txt
+++ libcxx/benchmarks/CMakeLists.txt
@@ -160,11 +160,12 @@
# Register Benchmark tests
#==============================================================================
set(BENCHMARK_TESTS
- algorithms/make_heap_then_sort_heap.bench.cpp
algorithms/make_heap.bench.cpp
+ algorithms/make_heap_then_sort_heap.bench.cpp
algorithms/min_max_element.bench.cpp
algorithms/pop_heap.bench.cpp
algorithms/push_heap.bench.cpp
+ algorithms/sort.bench.cpp
algorithms/sort_heap.bench.cpp
algorithms/stable_sort.bench.cpp
algorithms.partition_point.bench.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126297.431675.patch
Type: text/x-patch
Size: 732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220524/b9283420/attachment.bin>
More information about the libcxx-commits
mailing list