File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Forge benchmarks
2+
3+ on :
4+ workflow_dispatch :
5+ inputs :
6+ solx-version :
7+ description : ' Prebuilt `solx` version to use. For example: `0.1.0` without `v` prefix. If empty, `solx` will be built.'
8+ required : false
9+ default : ' '
10+ llvm-ref :
11+ description : ' LLVM reference branch to use. If empty, the current branch will be used.'
12+ required : false
13+ default : ' '
14+ pull_request :
15+
16+ jobs :
17+ forge-benchmarks :
18+ uses : matter-labs/era-compiler-ci/.github/workflows/forge-benchmarks.yaml@v1
19+ secrets : inherit
20+ with :
21+ solx-version : ${{ inputs.solx-version || '' }}
22+ upload-reports : ${{ github.event_name == 'pull_request' }}
23+ print-markdown-tables : ' false' # do not print markdown tables to PRs
24+ llvm-ref : ${{ inputs.llvm-ref || github.ref }}
You can’t perform that action at this time.
0 commit comments