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 e4b96a5 commit 9561c2aCopy full SHA for 9561c2a
.github/workflows/forge-benchmarks.yaml
@@ -34,7 +34,7 @@ jobs:
34
uses: matter-labs/era-compiler-ci/.github/workflows/forge-benchmarks.yaml@v1
35
secrets: inherit
36
with:
37
- print-markdown-tables: 'false' # do not print markdown tables to PRs
+ print-markdown-tables: 'true' # do not print markdown tables to PRs
38
upload-reports: ${{ github.event_name == 'pull_request' }}
39
solx_candidate_branch: ${{ inputs.solx_candidate_branch || 'main' }}
40
solx_reference_branch: ${{ inputs.solx_reference_branch || 'main' }}
0 commit comments