[libcxx-commits] [PATCH] D148850: [libc++] Add test case for benchmarking vector copy
Aditya Kumar via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 27 17:30:33 PDT 2023
hiraditya added inline comments.
================
Comment at: libcxx/benchmarks/vector_operations.bench.cpp:22
+ vector_int,
+ std::vector<int>{})->Arg(5140480);
+
----------------
philnik wrote:
> This number looks weirdly specific. Why did you choose it?
copied from the test below, that's all. If you have other suggestions I'm okay with that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148850/new/
https://reviews.llvm.org/D148850
More information about the libcxx-commits
mailing list