summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2022-12-31 18:35:47 +0530
committerRohit Goswami <rog32@hi.is>2022-12-31 18:35:47 +0530
commita299a1afeaf06d6d4a5f24db2acd447c6a40e120 (patch)
tree18cc958d30778e1ece5bff366d897b047c22b675 /benchmarks
parent3e1090e7cb2ec78ae1a7a8ef89e897697cc6fb17 (diff)
downloadnumpy-a299a1afeaf06d6d4a5f24db2acd447c6a40e120.tar.gz
DOC: Update to remove benchmark contributions
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/README.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst
index b6dd7af2e..4a79ba393 100644
--- a/benchmarks/README.rst
+++ b/benchmarks/README.rst
@@ -22,9 +22,6 @@ By default, `asv` ships with support for anaconda and virtualenv::
pip install asv
pip install virtualenv
-After contributing new benchmarks, you should test them locally
-before submitting a pull request.
-
To run all benchmarks, navigate to the root NumPy directory at
the command line and execute::
@@ -87,7 +84,9 @@ To benchmark or visualize only releases on different machines locally, the tags
asv publish
asv preview
-Note that this can still be a significant time commitment. Do not open pull requests to the main repository with these results.
+For details on contributing these, see the `benchmark results repository`_.
+
+.. _benchmark results repository: https://github.com/HaoZeke/asv-numpy
Writing benchmarks
------------------