summaryrefslogtreecommitdiff
path: root/libcxx/test/benchmarks/algorithms/modifying/unique.bench.cpp
AgeCommit message (Collapse)Author
2025-09-15[libc++] Fix broken unique and unique_copy benchmarks (#158287)Louis Dionne
These benchmarks have an assumption that the container size is divisible by 4 because of how we populate their content, which wasn't satisfied.
2025-03-17[libc++] Add remaining benchmarks from [alg.modifying.operations] (#127354)Louis Dionne
This patch adds benchmarks for all the remaining algorithms in [alg.modifying.operations] that we didn't already have a benchmark for.