aboutsummaryrefslogtreecommitdiff
path: root/libcxx/benchmarks/filesystem.bench.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne1-37/+35
2022-01-24[libc++] Fix benchmark failureLouis Dionne1-2/+2
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella1-1/+1
2019-08-21libcxx: Rename .hpp files in libcxx/benchmarks to .hNico Weber1-1/+1
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber1-1/+1
2018-04-02Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier1-15/+40
2018-01-18Update Google Benchmark libraryEric Fiselier1-2/+2
2016-10-31Optimize filesystem::path by providing weaker exception guarantees.Eric Fiselier1-0/+34
2016-10-30Improve performance of constructing filesystem::path from strings.Eric Fiselier1-3/+17
2016-10-30Add start of filesystem benchmarksEric Fiselier1-0/+90