[Koha-bugs] [Bug 10611] C4::Context->dbh checks if the DB is still running

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 29 16:49:38 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10611

--- Comment #5 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Benchmarks with misc/load_testing/benchmark_staff.pl

== With a remote DB ==

= Without the patch =
Benchmarking with 20 occurences of each operation and 30 concurrent sessions 
Step 1: staff client main page          11512ms 1.737 pages/sec
Step 2: catalog detail page             15142ms 1.32 biblios/sec
Step 3: catalogue search                26549ms 0.753 biblios/sec
Step 4: patron detail page              12248ms 1.632 borrowers/sec
Step 5: patron search page              26901ms 1.486 borrowers/sec
Step 6a circulation (checkouts)         8697ms  2.299 checkouts/sec
Step 6b circulation (checkins)          8779ms  2.278 checkins/sec

= With the patch =
Benchmarking with 20 occurences of each operation and 30 concurrent sessions 
Step 1: staff client main page          11404ms 1.753 pages/sec
Step 2: catalog detail page             13286ms 1.505 biblios/sec
Step 3: catalogue search                19946ms 1.002 biblios/sec
Step 4: patron detail page              10962ms 1.824 borrowers/sec
Step 5: patron search page              24669ms 1.621 borrowers/sec
Step 6a circulation (checkouts)         8856ms  2.258 checkouts/sec
Step 6b circulation (checkins)          8623ms  2.319 checkins/sec

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


More information about the Koha-bugs mailing list