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
When running stack test several times, gasuse.sol fails randomly.
...
basic/darray-mutation.sol: OK (3.69s)
basic/gasuse.sol: FAIL (27.83s)
src/test/Common.hs:63:
g gas estimate wrong
coverage/boolean.sol: OK (5.88s)
...
The text was updated successfully, but these errors were encountered:
we can always relax the gas estimate a bit, but there is currently no way to specifically target for gas usage and we simply report the max gas that was seen during the campaign.
When running
stack test
several times,gasuse.sol
fails randomly.The text was updated successfully, but these errors were encountered: