Commit edc450d8 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Only display stats and check maximum global average when there is no error

parent cee58353
......@@ -106,6 +106,7 @@ class BenchmarkProcess(multiprocessing.Process):
self._logger.warning(msg)
else:
for stat in result.getCurrentSuiteStatList():
mean = stat.mean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment