diff options
author | Christopher Ferris <cferris@google.com> | 2017-08-10 23:44:04 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-08-10 23:44:04 +0000 |
commit | 73c3be22199a42bed53245b9b648e276de0b6422 (patch) | |
tree | 6c592e09bd57616bd84d32efce96645ee8a25094 /benchmarks/bionic_benchmarks.cpp | |
parent | cf764c05e43921e4d3f927a5eaca1c6ecafe046b (diff) | |
parent | ac4f4b43a3d19f40fc1138c5f78a3d5afd535935 (diff) | |
download | android_bionic-73c3be22199a42bed53245b9b648e276de0b6422.tar.gz android_bionic-73c3be22199a42bed53245b9b648e276de0b6422.tar.bz2 android_bionic-73c3be22199a42bed53245b9b648e276de0b6422.zip |
Merge "Add musl benchmarks."
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 f1ae4ff7e..1f362e331 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}}}, |