Skip to content

Commit

Permalink
Enroll bm_chttp2_transport into bigquery pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Mar 22, 2017
1 parent bbc9622 commit 9fb3131
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/profiling/microbenchmarks/bm_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
'BM_PollEmptyPollset_SpeedOfLight': {
'tpl': [],
'dyn': ['request_size', 'request_count'],
},
'BM_StreamCreateSendInitialMetadataDestroy': {
'tpl': ['fixture'],
'dyn': [],
},
'BM_TransportStreamSend': {
'tpl': [],
'dyn': ['request_size'],
},
'BM_TransportStreamRecv': {
'tpl': [],
'dyn': ['request_size'],
}
}

Expand Down
1 change: 1 addition & 0 deletions tools/run_tests/run_microbenchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def collect_summary(bm_name, args):
'bm_call_create',
'bm_error',
'bm_chttp2_hpack',
'bm_chttp2_transport',
'bm_metadata',
'bm_fullstack_trickle',
],
Expand Down

0 comments on commit 9fb3131

Please sign in to comment.