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

View: New views
2 Messages — Rating Filter:   Alert me  

[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 Threaded | Show Only this Message

#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
-~----------~----~----~----~------~----~------~--~---


Re: [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 Threaded | Show Only this Message

#11449: Performance regression loading from fixtures in 1.1 & trunk
------------------------------------+---------------------------------------
          Reporter:  novalis        |         Owner:  nobody    
            Status:  new            |     Milestone:            
         Component:  Uncategorized  |       Version:  1.1-beta-1
        Resolution:                 |      Keywords:            
             Stage:  Unreviewed     |     Has_patch:  0        
        Needs_docs:  0              |   Needs_tests:  0        
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by russellm):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 I have to say this conflicts with my personal experience - I have found
 that tests under v1.1 run much faster than v1.0 tests, as a result of the
 transactional test case changes.

 Would you care to share your exact test code?

--
Ticket URL: <http://code.djangoproject.com/ticket/11449#comment:1>
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
-~----------~----~----~----~------~----~------~--~---