This is an archive of the discontinued LLVM Phabricator instance.

Basic merge benchmarks
Needs ReviewPublic

Authored by dyaroshev on Dec 24 2019, 12:28 PM.

Details

Reviewers
libcxx-commits
Summary

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.

Diff Detail