Skip to content

Commit 2fbe488

Browse files
committed
ref(ci): run benches on codspeed-macro to avoid hardware variance
1 parent 4f9b76a commit 2fbe488

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8-
# `workflow_dispatch` allows CodSpeed to trigger backtest
9-
# performance analysis in order to generate initial data.
8+
# `workflow_dispatch` allows CodSpeed to trigger
109
workflow_dispatch:
1110

1211
permissions: {}
@@ -67,7 +66,7 @@ jobs:
6766
simulation:
6867
name: Run benchmarks (simulation)
6968
needs: build
70-
runs-on: ubuntu-latest
69+
runs-on: codspeed-macro
7170
permissions:
7271
contents: read # clone repo
7372
id-token: write # upload benchmark results to codspeed

0 commit comments

Comments
 (0)