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.
1 parent 0222f3e commit 3f6d99fCopy full SHA for 3f6d99f
docs/how-to/contributing/running_tests.rst
@@ -65,7 +65,7 @@ Performance testing
65
Performance is not automatically tested as of yet. To check the performance
66
of a change, first install pytest-benchmark::
67
68
- $ pip install pytest-benchmark
+ $ python -m pip install pytest-benchmark
69
70
Then run benchmark.py before and after the change::
71
0 commit comments