[libcxx-commits] [libcxx] [libc++] Remove {Pause, Resume}Timing from fast push_back benchmarks (PR #209130)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 14 07:27:49 PDT 2026
================
----------------
ldionne wrote:
Can you check if using `BatchSize` vectors like we do in other places actually solves the problem? If so, then we can solve the problem while staying consistent with the other benchmarks.
Otherwise, I would suggest we pause/resume only when the elements in the vector are non-trivial (e.g. `!std::is_trivially_destructible`).
https://github.com/llvm/llvm-project/pull/209130
More information about the libcxx-commits
mailing list