Bug 25889 - Increase performance of debian/list-deps script
Summary: Increase performance of debian/list-deps script
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Packaging (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Mason James
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-29 01:35 UTC by Mason James
Modified: 2021-12-13 21:09 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.11.00, 20.05.03


Attachments
Bug 25889: Increase performance of debian/list-deps script (3.13 KB, patch)
2020-06-29 02:01 UTC, Mason James
Details | Diff | Splinter Review
Bug 25889: Increase performance of debian/list-deps script (3.13 KB, patch)
2020-06-29 02:10 UTC, Mason James
Details | Diff | Splinter Review
Bug 25889: Increase performance of debian/list-deps script (3.17 KB, patch)
2020-07-24 13:02 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Mason James 2020-06-29 01:35:13 UTC
This patch attempts to increase performance of debian/list-deps script, using Parallel::ForkManager
Comment 2 Mason James 2020-06-29 02:10:47 UTC
Created attachment 106370 [details] [review]
Bug 25889: Increase performance of debian/list-deps script

to test... (on a i7-2600 vm with 8 cores)

1/ run script, note execution time
    $ time ./debian/update-control
    real    8m5.000s

2/ copy old file
    $ cp ./debian/control control.old

3/ apply patch

4/ run updated script, note execution time is smaller
    $ time ./debian/update-control
    real    2m14.000s

5/ copy new file
    $ cp ./debian/control control.new

6/ confirm old and new control files are identical
    $ diff control.old control.new | wc -l
    0
Comment 3 Jonathan Druart 2020-07-24 12:05:54 UTC
The difference is not as good for me (4x) but it's better with the pach
real    5m35.517s
real    7m10.086s
Comment 4 Jonathan Druart 2020-07-24 13:02:13 UTC
Created attachment 107345 [details] [review]
Bug 25889: Increase performance of debian/list-deps script

to test... (on a i7-2600 vm with 8 cores)

1/ run script, note execution time
    $ time ./debian/update-control
    real    8m5.000s

2/ copy old file
    $ cp ./debian/control control.old

3/ apply patch

4/ run updated script, note execution time is smaller
    $ time ./debian/update-control
    real    2m14.000s

5/ copy new file
    $ cp ./debian/control control.new

6/ confirm old and new control files are identical
    $ diff control.old control.new | wc -l
    0

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 5 Jonathan Druart 2020-07-24 15:02:34 UTC
Skipping QA.
Comment 6 Jonathan Druart 2020-07-24 15:02:56 UTC
Pushed to master for 20.11, thanks to everybody involved!
Comment 7 Lucas Gass 2020-07-31 20:28:59 UTC
backported to 20.05.x for 20.05.03
Comment 8 Aleisha Amohia 2020-08-03 23:42:24 UTC
enhancement, not backported to 19.11.x