Enroll bm_chttp2_transport into bigquery pipeline

pull/10253/head
Craig Tiller 8 years ago
parent bbc962230f
commit 9fb3131dba
  1. 12
      tools/profiling/microbenchmarks/bm_json.py
  2. 1
      tools/run_tests/run_microbenchmark.py

@ -101,6 +101,18 @@ _BM_SPECS = {
'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'],
}
}

@ -209,6 +209,7 @@ argp.add_argument('-b', '--benchmarks',
'bm_call_create',
'bm_error',
'bm_chttp2_hpack',
'bm_chttp2_transport',
'bm_metadata',
'bm_fullstack_trickle',
],

Loading…
Cancel
Save