summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
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