[libcxx-commits] [PATCH] D148850: [libc++] Add test case for benchmarking vector copy
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 27 13:53:29 PDT 2023
philnik requested changes to this revision.
philnik added a comment.
This revision now requires changes to proceed.
Let's add the benchmark and the changes in the same patch. That way you don't have to search for the benchmark/code changes.
================
Comment at: libcxx/benchmarks/vector_operations.bench.cpp:22
+ vector_int,
+ std::vector<int>{})->Arg(5140480);
+
----------------
This number looks weirdly specific. Why did you choose it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148850/new/
https://reviews.llvm.org/D148850
More information about the libcxx-commits
mailing list