Skip to content

Commit

Permalink
Improved performance test notes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 9, 2015
1 parent 85df782 commit ce32b0f
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions performance_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,29 @@ Launch the performance test with::
cd tests
django test --keepdb django_restframework_gis_tests.test_performance

For more information regarding how the measurement is performed read the code in
`test_performance.py <https://github.com/djangonauts/django-rest-framework-gis/blob/master/tests/django_restframework_gis_tests/test_performance.py>`__.

0.9.2
=====

py2: 6.304474401472
py3: 6.952443096001661
- **py2**: 6.304474401472
- **py3**: 6.952443096001661

0.9.3
=====

py2: 4.462462759018 (**29.2%** improvement)
py3: 5.217188624000118 (**25% improvement)
- **py2**: 4.462462759018 (**29.2%** improvement)
- **py3**: 5.217188624000118 (**25% improvement)
0.9.4
=====

py2: 4.227859210966
py3: 5.00467809599977
- **py2**: 4.227859210966
- **py3**: 5.00467809599977

0.9.5
=====

py2: 4.193417596816
py3: 4.89978777600045
- **py2**: 4.193417596816
- **py3**: 4.89978777600045

0 comments on commit ce32b0f

Please sign in to comment.