summaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* improve performance of string::findSebastian Pop2016-12-301-0/+49
* Optimize filesystem::path by providing weaker exception guarantees.Eric Fiselier2016-10-312-0/+35
* Improve performance of constructing filesystem::path from strings.Eric Fiselier2016-10-301-3/+17
* Rewrite std::filesystem::path iterators and parserEric Fiselier2016-10-301-1/+2
* Add start of filesystem benchmarksEric Fiselier2016-10-303-4/+118
* remove warnings from google-benchmarks in libcxxSebastian Pop2016-10-142-2/+3
* Cleanup CMake status outputEric Fiselier2016-10-101-1/+5
* Improve CMake output when registering benchmarksEric Fiselier2016-09-071-1/+1
* Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.Eric Fiselier2016-08-291-19/+16
* Update in-tree Google Benchmark to current ToT.Eric Fiselier2016-08-094-10/+15
* Pass compilers when configuring Google Benchmark.Eric Fiselier2016-08-021-2/+7
* Adding smart_ptr benchmarkBen Craig2016-08-011-0/+42
* Start adding benchmarks for vectorEric Fiselier2016-07-242-1/+44
* Skip chash computation in insert/emplace if the unconstrained hash matches.Eric Fiselier2016-07-243-0/+77
* [libcxx] Add support for benchmark tests using Google Benchmark.Eric Fiselier2016-07-195-27/+634
* Add unordered_map::insert benchmark test and rename fileEric Fiselier2016-07-022-29/+44
* Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks.Eric Fiselier2016-07-021-0/+29