Skip to content
Snippets Groups Projects
Commit 9dd2c7da authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #8597 from ctiller/fieldsz

More data massaging
parents 2a15a313 ed531b8e
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ def _flatten_result_inplace(scenario_result):
scenario_result['latencies'] = json.dumps(scenario_result['latencies'])
for stats in scenario_result['clientStats']:
stats['latencies'] = json.dumps(stats['latencies'])
stats.pop('requestResults', None)
scenario_result['serverCores'] = json.dumps(scenario_result['serverCores'])
scenario_result['clientSuccess'] = json.dumps(scenario_result['clientSuccess'])
scenario_result['serverSuccess'] = json.dumps(scenario_result['serverSuccess'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment