[libcxx-commits] [PATCH] D124740: [libc++] Granularize algorithm benchmarks

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 1 06:07:16 PDT 2022


philnik created this revision.
philnik added reviewers: Mordante, var-const, ldionne.
Herald added subscribers: mgrang, mgorny.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124740

Files:
  libcxx/benchmarks/CMakeLists.txt
  libcxx/benchmarks/algorithms.bench.cpp
  libcxx/benchmarks/algorithms/Common.h
  libcxx/benchmarks/algorithms/make_heap.bench.cpp
  libcxx/benchmarks/algorithms/make_heap_then_sort_heap.bench.cpp
  libcxx/benchmarks/algorithms/min_max_element.bench.cpp
  libcxx/benchmarks/algorithms/pop_heap.bench.cpp
  libcxx/benchmarks/algorithms/push_heap.bench.cpp
  libcxx/benchmarks/algorithms/sort.bench.cpp
  libcxx/benchmarks/algorithms/sort_heap.bench.cpp
  libcxx/benchmarks/algorithms/stable_sort.bench.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124740.426296.patch
Type: text/x-patch
Size: 20302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220501/9eaffbe7/attachment-0001.bin>


More information about the libcxx-commits mailing list