Skip to content

ci: add initial lnt results uploading #22

ci: add initial lnt results uploading

ci: add initial lnt results uploading #22

Workflow file for this run

name: LNT benchmarks
on:
push:
branches:
- main
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_llvm_branch: ${{ github.head_ref }}
ccache-key: 'llvm-Linux-X64-gnu'
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }}