summaryrefslogtreecommitdiffstats
path: root/libcxx/benchmarks
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@microsoft.com>2019-10-23 11:45:36 -0700
committerStephan T. Lavavej <stl@microsoft.com>2019-10-23 11:49:43 -0700
commit7c9844b66e5e0cca1424e0688b4384d4ec23325a (patch)
tree5f914be387c2769f1fe29758006e4bae80558b0f /libcxx/benchmarks
parentbf2975eca0a1176b0256ba538debf121c2f7f11c (diff)
downloadbcm5719-llvm-7c9844b66e5e0cca1424e0688b4384d4ec23325a.tar.gz
bcm5719-llvm-7c9844b66e5e0cca1424e0688b4384d4ec23325a.zip
[libcxx][NFC] Strip trailing whitespace, fix typo.
Diffstat (limited to 'libcxx/benchmarks')
-rw-r--r--libcxx/benchmarks/unordered_set_operations.bench.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/benchmarks/unordered_set_operations.bench.cpp b/libcxx/benchmarks/unordered_set_operations.bench.cpp
index 3824386e7e2..e0030d6c473 100644
--- a/libcxx/benchmarks/unordered_set_operations.bench.cpp
+++ b/libcxx/benchmarks/unordered_set_operations.bench.cpp
@@ -148,7 +148,7 @@ BENCHMARK_CAPTURE(BM_Hash,
// ---------------------------------------------------------------------------//
-// Sorted Assending //
+// Sorted Ascending //
BENCHMARK_CAPTURE(BM_InsertValue,
unordered_set_uint32,
std::unordered_set<uint32_t>{},
@@ -159,7 +159,7 @@ BENCHMARK_CAPTURE(BM_InsertValue,
std::unordered_set<uint32_t>{},
getSortedIntegerInputs<uint32_t>)->Arg(TestNumInputs);
-// Top Bytes //
+// Top Bytes //
BENCHMARK_CAPTURE(BM_InsertValue,
unordered_set_top_bits_uint32,
std::unordered_set<uint32_t>{},
OpenPOWER on IntegriCloud