diff --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt --- a/libcxx/benchmarks/CMakeLists.txt +++ b/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