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 4f9b76a commit 2fbe488Copy full SHA for 2fbe488
1 file changed
.github/workflows/benchmark.yml
@@ -5,8 +5,7 @@ on:
5
branches: [main]
6
pull_request:
7
8
- # `workflow_dispatch` allows CodSpeed to trigger backtest
9
- # performance analysis in order to generate initial data.
+ # `workflow_dispatch` allows CodSpeed to trigger
10
workflow_dispatch:
11
12
permissions: {}
@@ -67,7 +66,7 @@ jobs:
67
66
simulation:
68
name: Run benchmarks (simulation)
69
needs: build
70
- runs-on: ubuntu-latest
+ runs-on: codspeed-macro
71
permissions:
72
contents: read # clone repo
73
id-token: write # upload benchmark results to codspeed
0 commit comments