Skip to content

Commit 34e91cc

Browse files
committed
ci: Benchmark Blake3 Aiur throughput
1 parent ab0de36 commit 34e91cc

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/blake3.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Blake3 bench
2+
3+
on:
4+
push:
5+
branches: ci-bench-blake3
6+
pull_request:
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14+
cancel-in-progress: true
15+
16+
jobs:
17+
lean-jobs:
18+
runs-on: gh-64vcpu-256gbram-ubuntu-2404
19+
steps:
20+
- uses: actions/checkout@v6
21+
- uses: leanprover/lean-action@v1 # https://github.com/leanprover/lean-action
22+
with:
23+
build-args: "--wfail -v"
24+
- run: lake exe bench-blake3

0 commit comments

Comments
 (0)