diff options
Diffstat (limited to 'benchmarks/bionic_benchmarks.cpp')
-rw-r--r-- | benchmarks/bionic_benchmarks.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/bionic_benchmarks.cpp b/benchmarks/bionic_benchmarks.cpp index 7139cfa6b..187ee76e7 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, |