X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=cc98bb702fb6696f8dd516f30eba1dd00da3e182;hb=5f0782b8bd0db96a6496d55f44d157146b08de12;hp=6742439be6148f8bc7896829d293707ef8b03ff9;hpb=b9aa1c7701f6f261acc4849fb07929c64e3ae692;p=csit.git diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 6742439be6..cc98bb702f 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -1182,6 +1182,7 @@ class ExecutionChecker(ResultVisitor): ] # Use whole list in CSIT-1180. stats = jumpavg.AvgStdevStats.for_runs(items_float) + test_result[u"result"][u"samples"] = items_float test_result[u"result"][u"receive-rate"] = stats.avg test_result[u"result"][u"receive-stdev"] = stats.stdev else: