[PATCH] D53523: Add benchmark for std::set.

Samuel Benzaquen via Phabricator reviews at reviews.llvm.org
Mon Oct 22 12:59:46 PDT 2018


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

Benchmarks for construct, find, insert and iterate, with sequential
and random ordered inputs.

It also improves the cartesian product benchmark header to allow for
runtime values to be specified in the product.


Repository:
  rCXX libc++

https://reviews.llvm.org/D53523

Files:
  benchmarks/CartesianBenchmarks.hpp
  benchmarks/ordered_set.bench.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53523.170480.patch
Type: text/x-patch
Size: 11546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181022/283cf670/attachment.bin>


More information about the libcxx-commits mailing list