You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/benchmarks
Stephan T. Lavavej 851ea6e01a [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.
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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@320536 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
CMakeLists.txt Emit benchmark tests into the benchmarks build directory, not lib/ 9 years ago
ContainerBenchmarks.hpp remove warnings from google-benchmarks in libcxx 9 years ago
GenerateInput.hpp Add start of filesystem benchmarks 9 years ago
algorithms.bench.cpp Update in-tree Google Benchmark to current ToT. 9 years ago
filesystem.bench.cpp Optimize filesystem::path by providing weaker exception guarantees. 9 years ago
string.bench.cpp improve performance of string::find 9 years ago
stringstream.bench.cpp [locale] Avoid copy of __atoms when char_type is char 9 years ago
unordered_set_operations.bench.cpp Update in-tree Google Benchmark to current ToT. 9 years ago
util_smartptr.bench.cpp [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. 8 years ago
vector_operations.bench.cpp Start adding benchmarks for vector 9 years ago