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
I'm using Echidna's optimization mode to find the max amount of gas used by a specific function. However, have noticed significant discrepancies in HEVM's gas usage metrics compared to other tools.
The biggest discrepancy I've encountered in practice on a private codebase is 688957 (echidna) vs 716057 (medusa).
I'm using Echidna's optimization mode to find the max amount of gas used by a specific function. However, have noticed significant discrepancies in HEVM's gas usage metrics compared to other tools.
The biggest discrepancy I've encountered in practice on a private codebase is
688957
(echidna) vs716057
(medusa).Benchmark:
https://github.com/rappie/fuzzer-gas-metric-benchmark
The text was updated successfully, but these errors were encountered: