darling-libcxx/benchmarks
Samuel Benzaquen c1f6028e00 Add benchmarks for sorting and heap functions.
Summary:
Benchmarks for std::sort, std::stable_sort, std::make_heap,
std::sort_heap, std::pop_heap and std::push_heap.

The benchmarks are run with integers and strings, and with different
sorted input.

Reviewers: EricWF

Subscribers: christof, mgrang, ldionne, libcxx-commits

Differential Revision: https://reviews.llvm.org/D53978

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347329 91177308-0d34-0410-b5e6-96231b3b80d8
2018-11-20 17:15:17 +00:00
..
algorithms.bench.cpp Add benchmarks for sorting and heap functions. 2018-11-20 17:15:17 +00:00
CartesianBenchmarks.hpp Add benchmark for std::set. 2018-10-23 14:49:27 +00:00
CMakeLists.txt Disable filesystem benchmark when libstdc++ doesn't support it 2018-11-15 19:53:43 +00:00
ContainerBenchmarks.hpp Update Google Benchmark library 2018-01-18 04:23:01 +00:00
filesystem.bench.cpp Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
function.bench.cpp Fix "use of" uninitialized memory in benchmark. 2018-11-13 23:00:55 +00:00
GenerateInput.hpp Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
lit.cfg.py Rename cxx-benchmark-unittests target and convert to LIT. 2018-11-14 20:38:46 +00:00
lit.site.cfg.py.in Rename cxx-benchmark-unittests target and convert to LIT. 2018-11-14 20:38:46 +00:00
ordered_set.bench.cpp Fix mismatch between size_t and uint64_t in std::set benchmark. 2018-10-29 19:08:31 +00:00
string.bench.cpp Fix UB in string.bench.cpp. 2018-11-13 19:16:19 +00:00
stringstream.bench.cpp Add test macros for always_inline and noinline 2018-10-10 18:22:23 +00:00
unordered_set_operations.bench.cpp Add test macros for always_inline and noinline 2018-10-10 18:22:23 +00:00
util_smartptr.bench.cpp Update Google Benchmark library 2018-01-18 04:23:01 +00:00
vector_operations.bench.cpp Update Google Benchmark library 2018-01-18 04:23:01 +00:00