#33862: Workflow to run the Django benchmarks when a pull request is labeled
-------------------------------------+-------------------------------------
               Reporter:  Deepak     |          Owner:  nobody
  Dinesh                             |
                   Type:             |         Status:  assigned
  Uncategorized                      |
              Component:             |        Version:  dev
  Uncategorized                      |       Keywords:  Workflow, GitHub
               Severity:  Normal     |  actions
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 One of the goals of the GSoC 22 Django benchmarking project was to provide
 a way for devs to run the benchmarks against their PR's to see the effect
 on the performance due to the changes made so that it can be improved
 before merging.

 I have added a workflow that runs the benchmarks in
 [https://github.com/smithdc1/django-asv smithdc1/django-asv] against a
 pull request when it is labeled with the label '''benchmark'''. If the
 performance has not changed significantly, a pull request status message
 ''' Benchmarking Result - BENCHMARKS NOT CHANGED SIGNIFICANTLY''' is
 added, if the performance has decreased a pull request status message '''
 Benchmarking Result - SOME BENCHMARKS HAVE  CHANGED SIGNIFICANTLY.
 PERFORMANCE DECREASED ''' is added.

 The workflow only gets triggered when the PR's which are made after the
 workflow has been added are labeled.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33862>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070182249e48d2-97c3b962-b416-42af-88a6-398e36c629cf-000000%40eu-central-1.amazonses.com.

Reply via email to