Skip to content
Snippets Groups Projects
Commit 8758e103 authored by ncteisen's avatar ncteisen
Browse files

Clang fmt

parent 6996f577
No related branches found
No related tags found
No related merge requests found
...@@ -378,7 +378,8 @@ static void BM_PumpUnbalancedUnary_Trickle(benchmark::State& state) { ...@@ -378,7 +378,8 @@ static void BM_PumpUnbalancedUnary_Trickle(benchmark::State& state) {
senv->response_writer.Finish(send_response, Status::OK, tag(3)); senv->response_writer.Finish(send_response, Status::OK, tag(3));
response_reader->Finish(&recv_response, &recv_status, tag(4)); response_reader->Finish(&recv_response, &recv_status, tag(4));
for (int i = (1 << 3) | (1 << 4); i != 0;) { for (int i = (1 << 3) | (1 << 4); i != 0;) {
TrickleCQNext(fixture.get(), &t, &ok, in_warmup ? -1 : state.iterations()); TrickleCQNext(fixture.get(), &t, &ok,
in_warmup ? -1 : state.iterations());
GPR_ASSERT(ok); GPR_ASSERT(ok);
int tagnum = (int)reinterpret_cast<intptr_t>(t); int tagnum = (int)reinterpret_cast<intptr_t>(t);
GPR_ASSERT(i & (1 << tagnum)); GPR_ASSERT(i & (1 << tagnum));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment