marathon
marathon copied to clipboard
Process test results in realtime
Currently marathon processing test results after batch execution finished. It may cause extra execution time of failed tests. First test from batch failed and it marathon waiting for results for whole batch instead of handling each test separately. In many cases it may reduce execution time significantly.
It may also fix #187