[PATCH] D53978: Add benchmarks for sorting and heap functions.

Samuel Benzaquen via Phabricator reviews at reviews.llvm.org
Thu Nov 1 08:33:54 PDT 2018


sbenza created this revision.
sbenza added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, ldionne, mgrang, christof.

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.


Repository:
  rCXX libc++

https://reviews.llvm.org/D53978

Files:
  benchmarks/algorithms.bench.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53978.172132.patch
Type: text/x-patch
Size: 9982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181101/0d2c1a72/attachment-0001.bin>


More information about the libcxx-commits mailing list