diff options
author | Anders Lewis <agloo@google.com> | 2017-08-08 18:29:51 -0700 |
---|---|---|
committer | Anders Lewis <agloo@google.com> | 2017-08-09 15:26:37 -0700 |
commit | ac4f4b43a3d19f40fc1138c5f78a3d5afd535935 (patch) | |
tree | 383382ddc413b182c7b84cab5c2e47004bfd9470 /benchmarks/bionic_benchmarks.cpp | |
parent | a7b0f8899790198cd9e72950f481679fe31e1a92 (diff) |
Add musl benchmarks.
Test: Unit tests.
Change-Id: Ifb2911825f84b95fe64a803bfabd32fb81210eae
Diffstat (limited to 'benchmarks/bionic_benchmarks.cpp')
-rw-r--r-- | benchmarks/bionic_benchmarks.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/benchmarks/bionic_benchmarks.cpp b/benchmarks/bionic_benchmarks.cpp index 7f91b7444..ed5460f04 100644 --- a/benchmarks/bionic_benchmarks.cpp +++ b/benchmarks/bionic_benchmarks.cpp @@ -306,21 +306,21 @@ int RegisterXmlBenchmarks(bench_opts_t cmdline_opts, std::map<std::string, args_vector_t> GetShorthand() { std::map<std::string, args_vector_t> args_shorthand { {"AT_ALIGNED_TWOBUF", args_vector_t{ {8, 0, 0}, - {64, 0, 0}, - {512, 0, 0}, - {1 * KB, 0, 0}, - {8 * KB, 0, 0}, - {16 * KB, 0, 0}, - {32 * KB, 0, 0}, - {64 * KB, 0, 0} }}, + {64, 0, 0}, + {512, 0, 0}, + {1 * KB, 0, 0}, + {8 * KB, 0, 0}, + {16 * KB, 0, 0}, + {32 * KB, 0, 0}, + {64 * KB, 0, 0} }}, {"AT_ALIGNED_ONEBUF", args_vector_t{ {(8), 0}, - {(64), 0}, - {(512), 0}, - {(1*KB), 0}, - {(8*KB), 0}, - {(16*KB), 0}, - {(32*KB), 0}, - {(64*KB), 0}}}, + {(64), 0}, + {(512), 0}, + {(1*KB), 0}, + {(8*KB), 0}, + {(16*KB), 0}, + {(32*KB), 0}, + {(64*KB), 0}}}, {"AT_COMMON_SIZES", args_vector_t{ {8}, {64}, {512}, {1*KB}, {8*KB}, {16*KB}, {32*KB}, {64*KB}}}, |