Commit df034814 authored by Benjamin Blanc's avatar Benjamin Blanc

benchmark: process: Force result flushing

parent ae72cfbf
......@@ -177,6 +177,8 @@ class BenchmarkProcess(multiprocessing.Process):
self._current_repeat += 1
result.flush()
except StopIteration, e:
self._logger.error(e)
......
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