diff --git a/performance_tests.rst b/performance_tests.rst index 8028320c..c1394b9b 100644 --- a/performance_tests.rst +++ b/performance_tests.rst @@ -3,7 +3,7 @@ Average of 5 measurements for python2 and python3. Launch the performance test with:: cd tests - django test --keepdb django_restframework_gis_tests.test_performance + ./manage.py test --keepdb django_restframework_gis_tests.test_performance For more information regarding how the measurement is performed read the code in `test_performance.py `__.