Skip to content

Commit c04a5e6

Browse files
committed
Address comment
1 parent 2157acc commit c04a5e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/run_tests/performance/bq_upload_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _populate_node_metadata_from_file(scenario_result, node_info_file):
250250

251251
def _populate_prometheus_query_results_from_file(scenario_result,
252252
prometheus_query_result_file):
253-
"""Populate the results from prometheus query to Bigquery table """
253+
"""Populate the results from Prometheus query to Bigquery table """
254254
if os.access(prometheus_query_result_file, os.R_OK):
255255
with open(prometheus_query_result_file, 'r', encoding='utf8') as f:
256256
file_query_results = json.loads(f.read())

tools/run_tests/performance/scenario_result_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2029,4 +2029,4 @@
20292029
"name": "testDurationSeconds",
20302030
"type": "FLOAT"
20312031
}
2032-
]
2032+
]

0 commit comments

Comments
 (0)