[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...

MinJae Hwang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 18 15:54:29 PDT 2020


minjaehwang updated this revision to Diff 271861.
minjaehwang added a comment.
Herald added a subscriber: mgrang.

Reflects EricWF's comment. Change a bool variable to an enum.


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.271861.patch
Type: text/x-patch
Size: 8821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200618/ebebf722/attachment-0001.bin>


More information about the libcxx-commits mailing list