From 9fb3131dba86899828783aa10e17e0912068c76e Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Wed, 22 Mar 2017 09:09:16 -0700
Subject: [PATCH 1/2] Enroll bm_chttp2_transport into bigquery pipeline

---
 tools/profiling/microbenchmarks/bm_json.py | 12 ++++++++++++
 tools/run_tests/run_microbenchmark.py      |  1 +
 2 files changed, 13 insertions(+)

diff --git a/tools/profiling/microbenchmarks/bm_json.py b/tools/profiling/microbenchmarks/bm_json.py
index 4695f829f41..ca0af414a3b 100644
--- a/tools/profiling/microbenchmarks/bm_json.py
+++ b/tools/profiling/microbenchmarks/bm_json.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'],
   }
 }
 
diff --git a/tools/run_tests/run_microbenchmark.py b/tools/run_tests/run_microbenchmark.py
index 57b2636e569..55bf313bd50 100755
--- a/tools/run_tests/run_microbenchmark.py
+++ b/tools/run_tests/run_microbenchmark.py
@@ -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',
                            ],

From 407101b2c41c111e549935703b19dcdb5c5d0f09 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Wed, 22 Mar 2017 09:17:32 -0700
Subject: [PATCH 2/2] Add bm

---
 tools/run_tests/run_microbenchmark.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/run_tests/run_microbenchmark.py b/tools/run_tests/run_microbenchmark.py
index 55bf313bd50..6bedc54941a 100755
--- a/tools/run_tests/run_microbenchmark.py
+++ b/tools/run_tests/run_microbenchmark.py
@@ -210,6 +210,7 @@ argp.add_argument('-b', '--benchmarks',
                            'bm_error',
                            'bm_chttp2_hpack',
                            'bm_chttp2_transport',
+                           'bm_pollset',
                            'bm_metadata',
                            'bm_fullstack_trickle',
                            ],