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

Merge pull request #8605 from ctiller/fieldsz

More data massaging
parents 9dd2c7da c939022d
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,8 @@ def _flatten_result_inplace(scenario_result): ...@@ -122,6 +122,8 @@ def _flatten_result_inplace(scenario_result):
scenario_result['clientSuccess'] = json.dumps(scenario_result['clientSuccess']) scenario_result['clientSuccess'] = json.dumps(scenario_result['clientSuccess'])
scenario_result['serverSuccess'] = json.dumps(scenario_result['serverSuccess']) scenario_result['serverSuccess'] = json.dumps(scenario_result['serverSuccess'])
scenario_result['requestResults'] = json.dumps(scenario_result.get('requestResults', [])) scenario_result['requestResults'] = json.dumps(scenario_result.get('requestResults', []))
scenario_result['summary'].pop('successfulRequestsPerSecond', None)
scenario_result['summary'].pop('failedRequestsPerSecond', None)
def _populate_metadata_inplace(scenario_result): def _populate_metadata_inplace(scenario_result):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment