[libcxx-commits] [PATCH] D81770: Modifies the algorithm sort bench. - shows sorting time per element, instead of sorting time per array. This would make comparison between different sizes of arrays easier. - adds std::pair benchmark cases. - uses a large number of arrays to...
Martijn Vels via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 7 00:30:30 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG842136428264: Modifications to the algorithm sort benchmark (authored by minjaehwang, committed by mvels).
Changed prior to commit:
https://reviews.llvm.org/D81770?vs=271886&id=275639#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81770/new/
https://reviews.llvm.org/D81770
Files:
libcxx/benchmarks/algorithms.bench.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81770.275639.patch
Type: text/x-patch
Size: 8843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200707/141ce347/attachment.bin>
More information about the libcxx-commits
mailing list