[all-commits] [llvm/llvm-project] 8bbcc6: [libc++] Add test coverage for unordered containe...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Sep 21 02:12:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bbcc6d548e86c6fbd621ef138aefddeb676e367
https://github.com/llvm/llvm-project/commit/8bbcc6d548e86c6fbd621ef138aefddeb676e367
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M libcxx/benchmarks/ContainerBenchmarks.h
M libcxx/benchmarks/unordered_set_operations.bench.cpp
M libcxx/test/std/containers/unord/unord.multimap/eq.pass.cpp
M libcxx/test/std/containers/unord/unord.multiset/eq.pass.cpp
Log Message:
-----------
[libc++] Add test coverage for unordered containers comparison (#66692)
This patch is a melting pot of changes picked up from
https://llvm.org/D61878. It adds a few tests checking corner cases of
unordered containers comparison and adds benchmarks for a few
unordered_set operations.
More information about the All-commits
mailing list