#11449: Performance regression loading from fixtures in 1.1 & trunk ---------------------------+------------------------------------------------ Reporter: novalis | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.1-beta-1 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ I have created a test that does nothing but read in a fixture. It goes significantly slower on Django 1.1-beta and trunk than it does in Django 1.0.
1.0: Ran 1 test in 4.940s 1.1: Ran 1 test in 21.541s trunk: Ran 1 test in 21.228s My rejected patch in #11181 reduces cuts each of these times in half -- but does not fix the regression. -- Ticket URL: <http://code.djangoproject.com/ticket/11449> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
