Skip to content

Commit

Permalink
ci: add initial lnt results uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Feb 3, 2025
1 parent 3ac7690 commit 880862d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lnt-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: LNT benchmarks

on:
push:
branches:
- main
workflow_dispatch:

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@v1
secrets: inherit
with:
compiler_llvm_branch: ${{ github.head_ref }}
ccache-key: 'llvm-Linux-X64-gnu'
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }}

0 comments on commit 880862d

Please sign in to comment.