summaryrefslogtreecommitdiffstats
path: root/libcxx/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Add new string benchmarksEric Fiselier2018-07-101-0/+21
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-023-18/+45
* Update Google Benchmark libraryEric Fiselier2018-01-189-15/+16
* [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej2017-12-131-42/+42
* [locale] Avoid copy of __atoms when char_type is charAditya Kumar2017-06-141-0/+38
* Emit benchmark tests into the benchmarks build directory, not lib/Eric Fiselier2017-04-181-1/+3
* 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
OpenPOWER on IntegriCloud