[libcxx-commits] [PATCH] D153140: [libc++][NFC] Reformat all the benchmarks
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 16 06:50:18 PDT 2023
ldionne created this revision.
Herald added subscribers: mgrang, arichardson.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
It doesn't require too many changes and it removes quite a few
entries from ignore_format.txt.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153140
Files:
libcxx/benchmarks/CartesianBenchmarks.h
libcxx/benchmarks/ContainerBenchmarks.h
libcxx/benchmarks/GenerateInput.h
libcxx/benchmarks/Utilities.h
libcxx/benchmarks/VariantBenchmarks.h
libcxx/benchmarks/algorithms.partition_point.bench.cpp
libcxx/benchmarks/algorithms/common.h
libcxx/benchmarks/algorithms/lower_bound.bench.cpp
libcxx/benchmarks/algorithms/make_heap.bench.cpp
libcxx/benchmarks/algorithms/make_heap_then_sort_heap.bench.cpp
libcxx/benchmarks/algorithms/pop_heap.bench.cpp
libcxx/benchmarks/algorithms/push_heap.bench.cpp
libcxx/benchmarks/algorithms/ranges_make_heap.bench.cpp
libcxx/benchmarks/algorithms/ranges_make_heap_then_sort_heap.bench.cpp
libcxx/benchmarks/algorithms/ranges_pop_heap.bench.cpp
libcxx/benchmarks/algorithms/ranges_push_heap.bench.cpp
libcxx/benchmarks/algorithms/ranges_sort.bench.cpp
libcxx/benchmarks/algorithms/ranges_sort_heap.bench.cpp
libcxx/benchmarks/algorithms/ranges_stable_sort.bench.cpp
libcxx/benchmarks/algorithms/sort.bench.cpp
libcxx/benchmarks/algorithms/sort_heap.bench.cpp
libcxx/benchmarks/algorithms/stable_sort.bench.cpp
libcxx/benchmarks/allocation.bench.cpp
libcxx/benchmarks/deque.bench.cpp
libcxx/benchmarks/filesystem.bench.cpp
libcxx/benchmarks/format_to.bench.cpp
libcxx/benchmarks/format_to_n.bench.cpp
libcxx/benchmarks/formatter_float.bench.cpp
libcxx/benchmarks/formatter_int.bench.cpp
libcxx/benchmarks/function.bench.cpp
libcxx/benchmarks/map.bench.cpp
libcxx/benchmarks/ordered_set.bench.cpp
libcxx/benchmarks/random.bench.cpp
libcxx/benchmarks/string.bench.cpp
libcxx/benchmarks/stringstream.bench.cpp
libcxx/benchmarks/unordered_set_operations.bench.cpp
libcxx/benchmarks/vector_operations.bench.cpp
libcxx/utils/data/ignore_format.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153140.532132.patch
Type: text/x-patch
Size: 135222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230616/aa012020/attachment-0001.bin>
More information about the libcxx-commits
mailing list