diff options
author | Yuxuan Li <yuxuanli@google.com> | 2016-11-09 14:45:25 -0800 |
---|---|---|
committer | Yuxuan Li <yuxuanli@google.com> | 2016-11-09 14:45:25 -0800 |
commit | 9ba52e7aa99eb9f71af09616e5b61e03654b90de (patch) | |
tree | ea4b9ba71e5f3c4f26383edbb0f8799e30636cfd | |
parent | 12df9283620fc2cb54a83355f650d3684ff2cbd4 (diff) |
unblock the performance tests. hide the cpu usage field for now.
-rwxr-xr-x | tools/run_tests/performance/bq_upload_result.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/performance/bq_upload_result.py b/tools/run_tests/performance/bq_upload_result.py index 0ea23d2212..5d0fcfa67a 100755 --- a/tools/run_tests/performance/bq_upload_result.py +++ b/tools/run_tests/performance/bq_upload_result.py @@ -122,6 +122,7 @@ 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('serverCpuUsage', None) scenario_result['summary'].pop('successfulRequestsPerSecond', None) scenario_result['summary'].pop('failedRequestsPerSecond', None) |