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 3033fbf commit 4394226Copy full SHA for 4394226
.github/workflows/codspeed.yml
@@ -3,7 +3,7 @@ name: CodSpeed Benchmarks
3
on:
4
push:
5
branches:
6
- - "main" # or "master"
+ - "main"
7
pull_request:
8
# `workflow_dispatch` allows CodSpeed to trigger backtest
9
# performance analysis in order to generate initial data.
@@ -12,7 +12,7 @@ on:
12
jobs:
13
benchmarks:
14
name: Run benchmarks
15
- runs-on: ubuntu-latest
+ runs-on: codspeed-macro
16
steps:
17
- uses: actions/checkout@v5
18
with:
@@ -26,5 +26,5 @@ jobs:
26
- name: Run the benchmarks
27
uses: CodSpeedHQ/action@v4
28
29
- mode: instrumentation
+ mode: walltime
30
run: hatch run test.py3.11-1.26-minimal:pytest tests/benchmarks --codspeed
0 commit comments