We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0de36 commit 34e91ccCopy full SHA for 34e91cc
1 file changed
.github/workflows/blake3.yml
@@ -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