[all-commits] [llvm/llvm-project] 73a9a4: [libc++] Fold deque iterator benchmarks into algor...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Aug 3 08:47:43 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73a9a45f492913eab1cb147ccbd744ddedeaf091
https://github.com/llvm/llvm-project/commit/73a9a45f492913eab1cb147ccbd744ddedeaf091
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-08-03 (Mon, 03 Aug 2026)
Changed paths:
M libcxx/test/benchmarks/algorithms/modifying/copy.bench.cpp
M libcxx/test/benchmarks/algorithms/modifying/copy_backward.bench.cpp
M libcxx/test/benchmarks/algorithms/modifying/move.bench.cpp
M libcxx/test/benchmarks/algorithms/modifying/move_backward.bench.cpp
R libcxx/test/benchmarks/containers/deque_iterator.bench.cpp
Log Message:
-----------
[libc++] Fold deque iterator benchmarks into algorithm benchmarks (#212279)
The deque::iterator benchmarks were not truly about deque::iterator, but
about specialized algorithm implementations we have for segmented
iterators. This patch handles them as such, like we do for other
specialized algorithms like vector<bool>.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list