aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/bq_upload_result.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-04 08:44:50 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-11-04 08:44:50 -0700
commit7a4ac73d5b7765384b7e6043400bd0ef4f6ab339 (patch)
treea6a3e5e4fb94f82ac87ae4e80b6ad026cbb4f8c4 /tools/run_tests/performance/bq_upload_result.py
parentff8e43aa6cd93ed0082017eda7f4161c814019ba (diff)
parenta938bec0367f8037b8fa766b1036c75172200d0a (diff)
Merge github.com:grpc/grpc into bm_fullstack
Diffstat (limited to 'tools/run_tests/performance/bq_upload_result.py')
-rwxr-xr-xtools/run_tests/performance/bq_upload_result.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/performance/bq_upload_result.py b/tools/run_tests/performance/bq_upload_result.py
index 3a3c4ae700..0ea23d2212 100755
--- a/tools/run_tests/performance/bq_upload_result.py
+++ b/tools/run_tests/performance/bq_upload_result.py
@@ -122,6 +122,8 @@ def _flatten_result_inplace(scenario_result):
scenario_result['clientSuccess'] = json.dumps(scenario_result['clientSuccess'])
scenario_result['serverSuccess'] = json.dumps(scenario_result['serverSuccess'])
scenario_result['requestResults'] = json.dumps(scenario_result.get('requestResults', []))
+ scenario_result['summary'].pop('successfulRequestsPerSecond', None)
+ scenario_result['summary'].pop('failedRequestsPerSecond', None)
def _populate_metadata_inplace(scenario_result):