[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 06:55:27 PDT 2022


hans created this revision.
hans added a reviewer: philnik.
Herald added a subscriber: mgorny.
Herald added a project: All.
hans requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

It was forgotten in D124740 <https://reviews.llvm.org/D124740>. Also pipe the lines through sort.


Repository:
  rG LLVM Github Monorepo

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.431662.patch
Type: text/x-patch
Size: 732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220524/147c8d45/attachment.bin>


More information about the libcxx-commits mailing list