mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 20:56:06 +00:00
[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:
parent
e0fe9785d3
commit
ebe2e4f5b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user