« Return to Thread: [Django] #11449: Performance regression loading from fixtures in 1.1 & trunk

[Django] #11449: Performance regression loading from fixtures in 1.1 & trunk

by Django-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

#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 django-updates@...
To unsubscribe from this group, send email to django-updates+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: [Django] #11449: Performance regression loading from fixtures in 1.1 & trunk