Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mismatch between size_t and uint64_t in std::set benchmark. | Samuel Benzaquen | 2018-10-29 | 1 | -3/+3 |
| | | | | llvm-svn: 345523 | ||||
* | Add benchmark for std::set. | Samuel Benzaquen | 2018-10-23 | 1 | -0/+249 |
Summary: 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. Reviewers: EricWF Subscribers: christof, ldionne, libcxx-commits Differential Revision: https://reviews.llvm.org/D53523 llvm-svn: 345035 |