##// END OF EJS Templates
docs: mention pytest-profiling...
Thomas De Schampheleire -
r6684:043621a7 default
parent child Browse files
Show More
@@ -109,6 +109,11 b' To run these tests::'
109
109
110 env TEST_PERFORMANCE=1 py.test kallithea/tests/performance
110 env TEST_PERFORMANCE=1 py.test kallithea/tests/performance
111
111
112 To analyze performance, you could install pytest-profiling_, which enables the
113 --profile and --profile-svg options to py.test.
114
115 .. _pytest-profiling: https://github.com/manahl/pytest-plugins/tree/master/pytest-profiling
116
112
117
113 Contribution guidelines
118 Contribution guidelines
114 -----------------------
119 -----------------------
General Comments 0
You need to be logged in to leave comments. Login now