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
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
First, I must say its an easy, intuitive tool for gas reporting.
Minimal configuration to get result.
But sometimes, you do need explicit configuration:
I have a method I want to test is different scenarios, and not average them all into a single number
Just came here to suggest the same thing, one clear usecase would be testing NFT mints where (e.g.: 1 mint vs 10 mints) from the same method would have a big difference in gas cost. I'd like to see the output for each separate call rather than the avg.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First, I must say its an easy, intuitive tool for gas reporting.
Minimal configuration to get result.
But sometimes, you do need explicit configuration:
I have a method I want to test is different scenarios, and not average them all into a single number
e.g. I want the output like:
Maybe it can be done by adding to specific tests:
The text was updated successfully, but these errors were encountered: