Skip to content
Snippets Groups Projects
Commit 3c99c150 authored by Noah Eisen's avatar Noah Eisen Committed by GitHub
Browse files

Merge pull request #11359 from ncteisen/sanity

Clang Format
parents 309aed9c 3972fad3
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ static void UnaryTrickleArgs(benchmark::internal::Benchmark* b) {
const int svr_64M = 64 * 1024 * 1024;
for (int bw = 64; bw <= 128 * 1024 * 1024; bw *= 16) {
for (auto svr : {svr_256k, svr_4M, svr_64M}) {
for (auto cli: {cli_1024k, cli_32M}) {
for (auto cli : {cli_1024k, cli_32M}) {
b->Args({cli, svr, bw});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment