summaryrefslogtreecommitdiffstats
path: root/libcxx/benchmarks/util_smartptr.bench.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update Google Benchmark libraryEric Fiselier2018-01-181-2/+2
| | | | llvm-svn: 322812
* [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej2017-12-131-42/+42
| | | | | | | | | | | | | | | benchmarks/util_smartptr.bench.cpp Change CRLF to LF. test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp Consistently comment "\u20ac" as EURO SIGN, its Unicode name, instead of the actual Unicode character. test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp Avoid non-ASCII dash. Fixes D40991. llvm-svn: 320536
* Adding smart_ptr benchmarkBen Craig2016-08-011-0/+42
Initial draft here: https://reviews.llvm.org/D22470 ... though this is Eric Fiselier's rewrite to fit in with Google Benchmark. llvm-svn: 277373
OpenPOWER on IntegriCloud