We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400e1ca commit 62ce8f0Copy full SHA for 62ce8f0
.github/workflows/bench.yml
@@ -1,9 +1,12 @@
1
on: [pull_request]
2
name: bench
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
5
+ cancel-in-progress: true
6
jobs:
7
runBenchmark:
8
name: run benchmark
- runs-on: ubuntu-latest
9
+ runs-on: buildjet-16vcpu-ubuntu-2204
10
steps:
11
- uses: actions/checkout@v3
12
- uses: boa-dev/criterion-compare-action@v3
0 commit comments