[libcxx-commits] [libcxx] [libc++] Trim down associative container benchmark sizes (PR #212252)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 27 06:57:18 PDT 2026


https://github.com/philnik777 commented:

I continue to be of the opinion that we should test zero-sized inputs, since the can show unnecessary computations being done. We could remove them from most places though probably, since different inputs don't make a difference if there is no input. (e.g. only one of `ctor(iterator, iterator) (unsorted sequence)` and `ctor(iterator, iterator) (unsorted sequence)` need to be run on zero-sized inputs)

https://github.com/llvm/llvm-project/pull/212252


More information about the libcxx-commits mailing list