[libcxx-commits] [libcxx] [libc++] Implement generic associative container benchmarks (PR #123663)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 6 09:39:16 PST 2025
ldionne wrote:
> I am going to run all these benchmarks overnight with `->Repetitions(5)` to see whether they have a lot of variance.
I found that some operations on unordered containers had a lot of variance and I tweaked the benchmarks to reduce the variance to below 15-20% in all cases, which IMO is the best we'll get. Most benchmarks have significantly less variance than that, though (like less than 1%).
https://github.com/llvm/llvm-project/pull/123663
More information about the libcxx-commits
mailing list