You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, BenchExec creates up to two derived values from the result of the tool: the result category (correct/wrong/etc.) and a score. Once we support more properties (cf. #996), it can be useful to derive more columns, e.g., an indication how close the actual and the expected result were. So it seems to generalize this part and let the Property (after #996) return an arbitrary amount of named values, that BenchExec would then take and treat like other values in the result, e.g., show columns for them.
The text was updated successfully, but these errors were encountered:
Factored out from #994:
Right now, BenchExec creates up to two derived values from the result of the tool: the result category (correct/wrong/etc.) and a score. Once we support more properties (cf. #996), it can be useful to derive more columns, e.g., an indication how close the actual and the expected result were. So it seems to generalize this part and let the
Property
(after #996) return an arbitrary amount of named values, that BenchExec would then take and treat like other values in the result, e.g., show columns for them.The text was updated successfully, but these errors were encountered: