File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Run performance benchmarks
2
2
#
3
- # Continuous benchmarking using pytest-codspeed. Measures the execution speed
4
- # of tests marked with @pytest.mark.benchmark decorator.
3
+ # Continuous benchmarking using pytest-codspeed. Measures the execution speed of tests
4
+ # marked with @pytest.mark.benchmark decorator.
5
5
6
6
name : Benchmarks
7
7
15
15
# Run in PRs but only if the PR has the 'run/benchmark' label
16
16
pull_request :
17
17
types : [ opened, reopened, labeled, synchronize ]
18
- # ` workflow_dispatch` allows CodSpeed to trigger backtest
19
- # performance analysis in order to generate initial data.
18
+ # ' workflow_dispatch' allows CodSpeed to trigger backtest performance analysis
19
+ # in order to generate initial data.
20
20
workflow_dispatch :
21
- release :
22
- types :
23
- - published
24
21
25
22
concurrency :
26
23
group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments