aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2018-05-24 17:48:27 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2018-05-24 17:48:27 -0700
commite8157e662ccd4b7a4da42d1e1dd96b573c67efcd (patch)
treecbf96d4af57c8f5ee6d6a47c2df751af11002e7a /test/cpp/microbenchmarks
parent39a6bb6c3e5412983b8964a9cba1f63eea29d4c2 (diff)
remove unnecessary blank line
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/bm_closure.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/bm_closure.cc b/test/cpp/microbenchmarks/bm_closure.cc
index 26310e5836..74ca1ce3a4 100644
--- a/test/cpp/microbenchmarks/bm_closure.cc
+++ b/test/cpp/microbenchmarks/bm_closure.cc
@@ -386,7 +386,6 @@ static void BM_ClosureReschedOnExecCtx(benchmark::State& state) {
Rescheduler r(state, grpc_schedule_on_exec_ctx);
r.ScheduleFirst();
grpc_core::ExecCtx::Get()->Flush();
-
track_counters.Finish(state);
}
BENCHMARK(BM_ClosureReschedOnExecCtx);