We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba484b0 commit 2d07e18Copy full SHA for 2d07e18
justfile
@@ -153,6 +153,8 @@ perf-remove:
153
echo "Removing canceled."
154
fi
155
156
+# This recipe should be used on snapshot tests that contains gas usage from `forc test`,
157
+# because it will extract gas usage from all versions of the file and generate an html interactive report.
158
# path: path to file to extract gas usage
159
# open: "-o" will open the default browser showing the report
160
[linux]
0 commit comments