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
Invariant testing is very powerful. However I feel like it is hard to be very confident about it without knowing exactly what happened during a run. Right now the output prints runs, calls and reverts. If the distribution is similar across all function calls than that would give me more confidence then if one function only reverted and wasn't part of the simulation through a successful execution at all.
An output with calls + reverts per function would be very helpful
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
Forge
Describe the feature you would like
Invariant testing is very powerful. However I feel like it is hard to be very confident about it without knowing exactly what happened during a run. Right now the output prints runs, calls and reverts. If the distribution is similar across all function calls than that would give me more confidence then if one function only reverted and wasn't part of the simulation through a successful execution at all.
An output with calls + reverts per function would be very helpful
Additional context
No response
The text was updated successfully, but these errors were encountered: