File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,12 @@ We use the [CodSpeed](https://codspeed.io) service to continuously track PyGMT's
126
126
performance. The ` pytest-codspeed ` plugin collects benchmark data and uploads it to the
127
127
CodSpeed server, where results are available at < https://codspeed.io/GenericMappingTools/pygmt > .
128
128
129
- Benchmarking is handled through the ` benchmarks.yml ` GitHub Actions workflow. To include
130
- a new test in the benchmark suite, apply the ` @pytest.mark.benchmark ` decorator to the
131
- test function.
129
+ Benchmarking is handled through the ` benchmarks.yml ` GitHub Actions workflow. It's
130
+ automatically executed when a pull request is merged into the main branch. To trigger
131
+ benchmarking in a pull request, add the ` run/benchmark ` label to the pull request.
132
+
133
+ To include a new test in the benchmark suite, apply the ` @pytest.mark.benchmark `
134
+ decorator to a test function.
132
135
133
136
## Dependencies Policy
134
137
You can’t perform that action at this time.
0 commit comments