Merge "benchmarks: add 16 and 32 bytes to common sizes" am: f2549c8369 am: 787d012eac

Change-Id: If9dfca2992cafe48efef53a19245efa23125b5d8
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,