From ac4f4b43a3d19f40fc1138c5f78a3d5afd535935 Mon Sep 17 00:00:00 2001 From: Anders Lewis Date: Tue, 8 Aug 2017 18:29:51 -0700 Subject: Add musl benchmarks. Test: Unit tests. Change-Id: Ifb2911825f84b95fe64a803bfabd32fb81210eae --- benchmarks/bionic_benchmarks.cpp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'benchmarks/bionic_benchmarks.cpp') 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 GetShorthand() { std::map 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}}}, -- cgit v1.2.3