hanchenye-llvm-project/libcxx/benchmarks
Mark de Wever 74a9c6d7e1 [libc++] Add a benchmark for std::map operations
Before tackling http://llvm.org/PR38722, make sure there is a baseline
benchmark.

Differential Revision: https://reviews.llvm.org/D62778
2020-09-15 12:09:29 -04:00
..
CMakeLists.txt [libc++] Fix variant benchmark build for some configurations. 2020-09-09 14:25:17 -04: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 Modifications to the algorithm sort benchmark 2020-07-06 18:30:02 -04:00
algorithms.partition_point.bench.cpp
allocation.bench.cpp
deque.bench.cpp
filesystem.bench.cpp
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
string.bench.cpp Add benchmarks for basic_string::erase 2020-02-19 17:09:25 -05:00
stringstream.bench.cpp
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