[Koha-bugs] [Bug 35826] Optimize building of holds queue based on transport cost matrix

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 29 18:40:28 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35826

--- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> ---
kohadev-koha at kohadevbox:koha((24874c76354...))$ hyperfine --warmup 3 --runs 100
'perl t/db_dependent/HoldsQueue.t'
Benchmark 1: perl t/db_dependent/HoldsQueue.t
  Time (mean ± σ):      4.009 s ±  0.709 s    [User: 3.218 s, System: 0.481 s]
  Range (min … max):    3.412 s …  5.955 s    100 runs

kohadev-koha at kohadevbox:koha((24874c76354...))$ hyperfine --warmup 3 --runs 100
'perl t/db_dependent/HoldsQueue.t'
Benchmark 1: perl t/db_dependent/HoldsQueue.t
  Time (mean ± σ):      4.193 s ±  0.798 s    [User: 3.356 s, System: 0.510 s]
  Range (min … max):    3.449 s …  6.049 s    100 runs

Not sure if we can consider HoldsQueue.t as representative of anything real
world, but it does indicate performance is only slightly affected.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list