https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43126
--- Comment #2 from Matt Blenkinsop <[email protected]> --- Created attachment 204004 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204004&action=edit Bug 43126: [DO NOT PUSH] Add a benchmark for existing holds code Adds a performance harness for the hold availability checks. It records the query count and the run time of the legacy CanBookBeReserved call and CanItemBeReserved loop against records of 10, 50, 100, 200 and 500 items. These are the present-day figures that the p95 targets on this bug are measured against. Later patches add a subtest for each new endpoint, so that one table can be read against another. Assisted-by: Sonnet 5 (Anthropic) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
