• Arnaud Fontaine's avatar
    Do not consider an error on the first iteration a specific case. · f31c9ab4
    Arnaud Fontaine authored
    Before, if the first iteration failed, the whole execution failed even if the
    number of maximum errors specified on the command line argument was not
    reached, which was an issue especially when running with a range of users.
    
    The results are now adjusted dynamically after the first successful iteration
    rather than at the first iteration.
    f31c9ab4
result.py 10.6 KB