aboutsummaryrefslogtreecommitdiff
path: root/libcxx/benchmarks/string.bench.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne1-134/+90
2020-02-19Add benchmarks for basic_string::eraseMartijn Vels1-0/+54
2020-01-07[libc++] Add additional benchmark functions to libcxx/benchmarks/string.benchEric Fiselier1-0/+127
2019-08-21libcxx: Rename .hpp files in libcxx/benchmarks to .hNico Weber1-2/+2
2019-04-03Add more benchmarks for literal strings.Samuel Benzaquen1-10/+42
2019-03-21Add relational benchmark against a string constant.Samuel Benzaquen1-4/+44
2018-11-13Fix UB in string.bench.cpp.Eric Fiselier1-6/+6
2018-10-30Add more benchmarks for std::string.Samuel Benzaquen1-21/+326
2018-07-10Add new string benchmarksEric Fiselier1-0/+21
2018-01-18Update Google Benchmark libraryEric Fiselier1-2/+2
2016-12-30improve performance of string::findSebastian Pop1-0/+49