Changes between Initial Version and Version 5 of Ticket #35408


Ignore:
Timestamp:
May 10, 2024, 6:07:26 AM (6 months ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35408

    • Property Triage Stage UnreviewedReady for checkin
  • Ticket #35408 – Description

    initial v5  
    11I have often seen `django.contrib.auth.management.create_permissions()` take a significant amount of time in test run profiles. It can be optimized by batching more of its operations, including making `ContentTypeManager.get_for_models()` use batch creation.
    22
    3 For a comparison, I profiled 1518 of Django’s 1518 tests in modules called “models”:
     3For a comparison, I profiled 1518 of Django’s tests in modules called “models”:
    44
    55{{{
Back to Top