-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a28c66
commit 447f10b
Showing
5 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: LNT benchmarks | ||
|
||
on: | ||
pull_request: | ||
|
||
concurrency: | ||
group: ${{ github.repository_id }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
|
||
lnt-benchmarks: | ||
uses: matter-labs/era-compiler-ci/.github/workflows/lnt.yml@aba-lnt-support | ||
secrets: inherit | ||
with: | ||
compiler_tester_branch: "aba-lnt-support" | ||
compiler_llvm_branch: ${{ github.head_ref }} | ||
ccache-key-type: 'static' # rotate ccache key every month | ||
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }} # required to properly test forks |