We are spending too much time trying to package HTTPD::Bench::ApacheBench, and this dependency is only used by misc/load_testing scripts I am not sure this is even used by anyone, and I didn't manage to make them work (just spent 5 min however): $ perl misc/load_testing/benchmark_staff.pl --url=http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/ --user=koha --password=koha --steps=123456 Authentication successful -------------- Koha STAFF benchmarking utility -------------- Benchmarking with 20 occurrences of each operation and 30 concurrent sessions Step 1: staff interface main page 36ms 555.555 pages/sec Step 2: catalog detail page 34ms 588.235 biblios/sec Step 3: catalogue search 35ms 571.428 biblios/sec Step 4: patron detail page 28ms 714.285 borrowers/sec Step 5: patron search page 69ms 579.71 borrowers/sec Step 6a circulation (checkouts) 35ms 571.428 checkouts/sec Step 6b circulation (checkins) 36ms 555.555 checkins/sec Skipping 'testing all transactions at once' That does not seems correct (too fast). Moreover D12 is currently failing (00-strict.t because of missing deps) Mason did the work but it's not there yet: https://salsa.debian.org/perl-team/modules/packages/libhttpd-bench-apachebench-perl What do we want? I would vote for removing the script and the dependency.
Created attachment 145393 [details] [review] Bug 32673: Remove misc/load_testing/ scripts see comment 0 for more info
+1 for removing. I've never ever used those scripts.
Created attachment 145990 [details] [review] Bug 32673: Remove misc/load_testing/ scripts see comment 0 for more info Signed-off-by: David Cook <dcook@prosentient.com.au>
Created attachment 146069 [details] [review] Bug 32673: Remove misc/load_testing/ scripts see comment 0 for more info Signed-off-by: David Cook <dcook@prosentient.com.au> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work, thanks everyone! Pushed to 22.11.x for the next release.