[libcxx] Add sort.bench.cpp to libcxx/benchmarks/CMakeLists.txt

It was forgotten in D124740.

Differential revision: https://reviews.llvm.org/D126297
This commit is contained in:
Hans Wennborg 2022-05-24 15:47:41 +02:00
parent e0fe9785d3
commit ebe2e4f5b7

View 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