Skip to content
Snippets Groups Projects
Commit 2b4d3726 authored by Yuxuan Li's avatar Yuxuan Li
Browse files

hiding totalCpuTime and idleCpuTime from ServerStatus proto message

parent 9ba52e7a
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,8 @@ def _flatten_result_inplace(scenario_result):
scenario_result['summary'].pop('serverCpuUsage', None)
scenario_result['summary'].pop('successfulRequestsPerSecond', None)
scenario_result['summary'].pop('failedRequestsPerSecond', None)
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."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment