Skip to content

Commit

Permalink
chore: add gas:bench script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Oct 14, 2024
1 parent bc21cfa commit 69b7307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts-rfq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build:slither": "forge build --out=out --build-info --force",
"test:coverage": "echo 'Please use foundry'",
"test": "forge test",
"gas:bench": "forge test --mc GasBenchmark --gas-report",
"lint": "forge fmt && npm run solhint",
"lint:check": "forge fmt --check && npm run solhint:check",
"ci:lint": "npm run lint:check",
Expand Down

0 comments on commit 69b7307

Please sign in to comment.