[libcxx-commits] [PATCH] D71859: Basic merge benchmarks

Denis Yaroshevskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 24 12:30:06 PST 2019


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

These are very basic benchmarks for std::merge.
I also enabled the same benchmarks for std::set_union, just because it was for free.
I can remove them if you feel like the benchmarks for set_union that do not try different duplicate count are not interesting.


https://reviews.llvm.org/D71859

Files:
  libcxx/benchmarks/algorithms.bench.cpp
  libcxx/benchmarks/algorithms.merge.bench.cpp
  libcxx/benchmarks/algorithms.partition_point.bench.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71859.235231.patch
Type: text/x-patch
Size: 5790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191224/7ae629a6/attachment.bin>


More information about the libcxx-commits mailing list