add a blank line back

pull/8701/head
Yuxuan Li 8 years ago
parent 2b4d372620
commit 317f60b98e
  1. 1
      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('totalCpuTime', None)
scenario_result['stats'].pop('idleCpuTime', None) scenario_result['stats'].pop('idleCpuTime', None)
def _populate_metadata_inplace(scenario_result): def _populate_metadata_inplace(scenario_result):
"""Populates metadata based on environment variables set by Jenkins.""" """Populates metadata based on environment variables set by Jenkins."""
# NOTE: Grabbing the Jenkins environment variables will only work if the # NOTE: Grabbing the Jenkins environment variables will only work if the

Loading…
Cancel
Save