Skip to content

Commit

Permalink
ci: define some options for gas-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Sep 26, 2024
1 parent 7e7d6cb commit 44b0c3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,12 @@ jobs:

- name: Compare gas reports
uses: Rubilmax/[email protected]
# TODO: define some options?
with:
ignore: 'test/**/*'
report: 'gas-report-${{ matrix.package }}.ansi'
sortCriteria: avg
sortOrders: desc
summaryQuantile: 0.5
id: gas_diff

- name: Add gas diff to sticky comment
Expand Down

0 comments on commit 44b0c3d

Please sign in to comment.