llvm-project/libcxx/benchmarks
Mark de Wever 01631ffcfc [libc++][format] Adds formatting benchmarks.
These benchmarks will be used to test the performance inpact of the next
set of optimization patches.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D110501
2021-11-28 13:12:53 +01:00
..
CMakeLists.txt Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""" 2021-11-16 16:35:06 -08:00
CartesianBenchmarks.h [libc++][NFC] Remove excess trailing newlines from most files 2019-10-23 08:08:57 -07:00
ContainerBenchmarks.h
GenerateInput.h
Utilities.h
VariantBenchmarks.h [libcxx/variant] Add a few benchmarks for `std::visit`. 2020-08-11 15:48:56 -07:00
algorithms.bench.cpp [libc++] Add introsort to avoid O(n^2) behavior 2021-11-16 11:38:46 -05:00
algorithms.partition_point.bench.cpp
allocation.bench.cpp
deque.bench.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
filesystem.bench.cpp [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
format.bench.cpp [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
format_to.bench.cpp [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
format_to_n.bench.cpp [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
formatted_size.bench.cpp [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
function.bench.cpp
lit.cfg.py
lit.site.cfg.py.in
map.bench.cpp [libc++] Add a benchmark for std::map operations 2020-09-15 12:09:29 -04:00
ordered_set.bench.cpp
std_format_spec_string_unicode.bench.cpp [libc++][format] Implement Unicode support. 2021-10-02 11:57:40 +02:00
string.bench.cpp Add benchmarks for basic_string::erase 2020-02-19 17:09:25 -05:00
stringstream.bench.cpp
to_chars.bench.cpp [libc++] Fixes std::to_chars for bases != 10. 2021-04-29 19:56:28 +02:00
unordered_set_operations.bench.cpp [libcxx][NFC] Strip trailing whitespace, fix typo. 2019-10-23 11:49:43 -07:00
util_smartptr.bench.cpp
variant_visit_1.bench.cpp [libcxx/variant] Add a few benchmarks for `std::visit`. 2020-08-11 15:48:56 -07:00
variant_visit_2.bench.cpp [libcxx/variant] Add a few benchmarks for `std::visit`. 2020-08-11 15:48:56 -07:00
variant_visit_3.bench.cpp [libcxx/variant] Add a few benchmarks for `std::visit`. 2020-08-11 15:48:56 -07:00
vector_operations.bench.cpp