summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2018-12-17[libcxx] Speeding up partition_point/lower_bound/upper_boundLouis Dionne
2018-11-20Add benchmarks for sorting and heap functions.Samuel Benzaquen
2018-11-15Disable filesystem benchmark when libstdc++ doesn't support itEric Fiselier
2018-11-15propagate __config_site includes when building benchmarksEric Fiselier
2018-11-14Attempt to show progress bar in benchmark testsEric Fiselier
2018-11-14Exclude check-cxx-benchmarks from the global test target.Eric Fiselier
2018-11-14Rename cxx-benchmark-unittests target and convert to LIT.Eric Fiselier
2018-11-13Add cxx-benchmark-unittests targetEric Fiselier
2018-11-13Fix "use of" uninitialized memory in benchmark.Eric Fiselier
2018-11-13Fix UB in string.bench.cpp.Eric Fiselier
2018-11-13Attempt to make benchmarks fall back to -std=c++1z when C++17 isn't supported.Eric Fiselier
2018-11-01Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by us...Louis Dionne
2018-10-30Add more benchmarks for std::string.Samuel Benzaquen
2018-10-29Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsi...Eric Fiselier
2018-10-29Fix mismatch between size_t and uint64_t in std::set benchmark.Samuel Benzaquen
2018-10-23Add benchmark for std::set.Samuel Benzaquen
2018-10-12Add benchmarks for std::function.Samuel Benzaquen
2018-10-10Add test macros for always_inline and noinlineEric Fiselier
2018-10-10Fix linking filesystem benchmarksEric Fiselier
2018-07-10Add new string benchmarksEric Fiselier
2018-04-02Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier
2018-01-18Update Google Benchmark libraryEric Fiselier
2017-12-13[libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej
2017-06-14[locale] Avoid copy of __atoms when char_type is charAditya Kumar
2017-04-18Emit benchmark tests into the benchmarks build directory, not lib/Eric Fiselier
2016-12-30improve performance of string::findSebastian Pop
2016-10-31Optimize filesystem::path by providing weaker exception guarantees.Eric Fiselier
2016-10-30Improve performance of constructing filesystem::path from strings.Eric Fiselier
2016-10-30Rewrite std::filesystem::path iterators and parserEric Fiselier
2016-10-30Add start of filesystem benchmarksEric Fiselier
2016-10-14remove warnings from google-benchmarks in libcxxSebastian Pop
2016-10-10Cleanup CMake status outputEric Fiselier
2016-09-07Improve CMake output when registering benchmarksEric Fiselier
2016-08-29Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.Eric Fiselier
2016-08-09Update in-tree Google Benchmark to current ToT.Eric Fiselier
2016-08-02Pass compilers when configuring Google Benchmark.Eric Fiselier
2016-08-01Adding smart_ptr benchmarkBen Craig
2016-07-24Start adding benchmarks for vectorEric Fiselier
2016-07-24Skip chash computation in insert/emplace if the unconstrained hash matches.Eric Fiselier
2016-07-19[libcxx] Add support for benchmark tests using Google Benchmark.Eric Fiselier
2016-07-02Add unordered_map::insert benchmark test and rename fileEric Fiselier
2016-07-02Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks.Eric Fiselier