[libcxx] Add sort.bench.cpp to libcxx/benchmarks/CMakeLists.txt
authorHans Wennborg <hans@chromium.org>
Tue, 24 May 2022 13:47:41 +0000 (15:47 +0200)
committerHans Wennborg <hans@chromium.org>
Tue, 24 May 2022 14:39:02 +0000 (16:39 +0200)
It was forgotten in D124740.

Differential revision: https://reviews.llvm.org/D126297

libcxx/benchmarks/CMakeLists.txt

index 71b7315..7c13a5a 100644 (file)
@@ -160,11 +160,12 @@ endfunction()
 # 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