Split -f
flag into separate options: include results from failures vs exitcode handling
#285
Labels
-f
flag into separate options: include results from failures vs exitcode handling
#285
Currently, the
-f
both means:that we include data from failing runs, which can be caused either by benchmarks aborting or because the validation of results fails or output indicates other issues
that the
rebench
exit code indicates no failureWe may want to separate these concerns out.
It might be useful to have a
--dont-fail
option, just to keep the exit code 0.Where
--faulty
is only about including data from runs that indicate some issue.Requested by @OctaveLarose
The text was updated successfully, but these errors were encountered: