https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25889
--- Comment #1 from Mason James <[email protected]> --- Created attachment 106369 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106369&action=edit 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 4/ copy new file $ cp ./debian/control control.new 5/ confirm old and new control files are identical $ diff control.old control.new | wc -l 0 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
