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.
2 parents 668247c + 2668cd2 commit 0f27a2aCopy full SHA for 0f27a2a
1 file changed
docs/contributing.md
@@ -237,4 +237,6 @@ Open an issue on GitHub announcing the release using the release checklist templ
237
Zarr uses [pytest-benchmark](https://pytest-benchmark.readthedocs.io/en/latest/) for running
238
performance benchmarks as part of our test suite. The benchmarks can be are found in `tests/benchmarks`.
239
By default pytest is configured to run these benchmarks as plain tests (i.e., no benchmarking). To run
240
-a benchmark with timing measurements, use the `--benchmark-enable` when invoking `pytest`.
+a benchmark with timing measurements, use the `--benchmark-enable` when invoking `pytest`.
241
+
242
+The benchmarks are run as part of the continuous integration suite through [codspeed](https://codspeed.io/zarr-developers/zarr-python).
0 commit comments