diff options
author | Yuxuan Li <yuxuanli@google.com> | 2016-11-09 15:08:26 -0800 |
---|---|---|
committer | Yuxuan Li <yuxuanli@google.com> | 2016-11-09 15:08:26 -0800 |
commit | 317f60b98ee5d0f90c1486644aecd692d03f5f24 (patch) | |
tree | 7a18f025b58dd01d81a0279536f3878b1c7eaecb /tools/run_tests/performance | |
parent | 2b4d3726203f96fb0e51215e118bec33e8d3493c (diff) |
add a blank line back
Diffstat (limited to 'tools/run_tests/performance')
-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 995f1fda63..2bdd94e36b 100755 --- a/tools/run_tests/performance/bq_upload_result.py +++ b/tools/run_tests/performance/bq_upload_result.py @@ -128,6 +128,7 @@ def _flatten_result_inplace(scenario_result): scenario_result['stats'].pop('totalCpuTime', None) scenario_result['stats'].pop('idleCpuTime', None) + def _populate_metadata_inplace(scenario_result): """Populates metadata based on environment variables set by Jenkins.""" # NOTE: Grabbing the Jenkins environment variables will only work if the |