[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
Mon Jul 6 13:02:18 PDT 2020


mvels added a comment.

In D81770#2102480 <https://reviews.llvm.org/D81770#2102480>, @minjaehwang wrote:

> clang-tidy complains that "benchmark/benchmark.h" is not found at CartesianBehcmarks.h. This diff does not modify that file and this is a benign error. It compiles without a problem.
>
> Could anyone land this diff into the master?


I'll take a stab at committing this diff


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81770/new/

https://reviews.llvm.org/D81770





More information about the libcxx-commits mailing list