commit | f2549c8369d7da5bc62e9d171211eff8fa46b9bd | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Feb 19 22:25:05 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 19 22:25:05 2020 +0000 |
tree | b073e95fa35e55971a299388f188d7328136ec81 | |
parent | 2121f60d9781dcffa0132b61029b6aa62cb426e5 [diff] | |
parent | 4b11192d8a55eb9eefd071693a1276b60fd8e816 [diff] |
Merge "benchmarks: add 16 and 32 bytes to common sizes"
diff --git a/benchmarks/bionic_benchmarks.cpp b/benchmarks/bionic_benchmarks.cpp index 7139cfa..187ee76 100644 --- a/benchmarks/bionic_benchmarks.cpp +++ b/benchmarks/bionic_benchmarks.cpp
@@ -39,6 +39,8 @@ static const std::vector<int> kCommonSizes{ 8, + 16, + 32, 64, 512, 1 * KB,