aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-21 13:33:53 -0800
committerGravatar GitHub <noreply@github.com>2017-02-21 13:33:53 -0800
commit1096672527c837cf8d7a03499b251c64da2ddbbe (patch)
treef225c97aa0c2309feb0816daac3172dedeb9352c
parent0b58a16da29af4062be3a9b164db16aee36c1842 (diff)
parentebcba69bc0f9483eb8c2ffac5ed90c437def2d89 (diff)
Merge pull request #9808 from ctiller/rmw
Fix typo
-rwxr-xr-xtools/profiling/microbenchmarks/bm2bq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm2bq.py b/tools/profiling/microbenchmarks/bm2bq.py
index 8ead4b4455..8770fb71cf 100755
--- a/tools/profiling/microbenchmarks/bm2bq.py
+++ b/tools/profiling/microbenchmarks/bm2bq.py
@@ -66,7 +66,7 @@ columns = [
('cli_stream_stalls_per_iteration', 'float'),
('svr_transport_stalls_per_iteration', 'float'),
('svr_stream_stalls_per_iteration', 'float'),
- ('atm_cas_per_iteration', 'float')
+ ('atm_cas_per_iteration', 'float'),
('atm_add_per_iteration', 'float')
]