benchmarks: add 16 and 32 bytes to common sizes

Per Wilco Dijkstra at ARM, 16 and 32 byte copies are much more common
than 8 or 64.

Change-Id: I3699d8bcd5f9dd8a8ccd8564a6cf58d2bd7089f5
Suggested-By: Wilco Dijkstra <wilco.dijkstra@arm.com>
This commit is contained in:
Jake Weinstein 2020-02-19 17:12:48 +01:00
parent 3597b0676b
commit 4b11192d8a
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
static const std::vector<int> kCommonSizes{
8,
16,
32,
64,
512,
1 * KB,