summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/bugs-and-features.txt
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-07-02 17:49:25 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-07-25 09:25:25 +0200
commit2c024c9ac096d06d9e78d1ae02b52f73a45eadf8 (patch)
treef4fddb6a2d0a5c2aa7f6fd1bbc626f8f09a95d9c /docs/internals/contributing/bugs-and-features.txt
parentcd0479ff764272add5e0aba2afcf5649a241ca00 (diff)
Added contributor guidelines for performance optimizations.
Diffstat (limited to 'docs/internals/contributing/bugs-and-features.txt')
-rw-r--r--docs/internals/contributing/bugs-and-features.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt
index b6b3265ba6..52cde58531 100644
--- a/docs/internals/contributing/bugs-and-features.txt
+++ b/docs/internals/contributing/bugs-and-features.txt
@@ -117,6 +117,15 @@ branch, and show us your work!
See also: :ref:`documenting-new-features`.
+Requesting performance optimizations
+====================================
+
+Reports of a performance regression, or suggested performance optimizations,
+should provide benchmarks and commands for the ticket triager to reproduce.
+
+See the :ref:`django-asv-benchmarks` for more details of Django's existing
+benchmarks.
+
.. _how-we-make-decisions:
How we make decisions