changeset 6729:043621a79cdb

docs: mention pytest-profiling Could be useful for analysis of performance problems.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 01 Jul 2017 22:39:41 +0200
parents 02c820c5c48e
children 6fb68819e58e
files docs/contributing.rst
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/contributing.rst	Sat Jul 01 21:34:33 2017 +0200
+++ b/docs/contributing.rst	Sat Jul 01 22:39:41 2017 +0200
@@ -109,6 +109,11 @@
 
     env TEST_PERFORMANCE=1 py.test kallithea/tests/performance
 
+To analyze performance, you could install pytest-profiling_, which enables the
+--profile and --profile-svg options to py.test.
+
+.. _pytest-profiling: https://github.com/manahl/pytest-plugins/tree/master/pytest-profiling
+
 
 Contribution guidelines
 -----------------------