From: Frank Ch. Eigler Date: Fri, 16 Jun 2023 15:18:19 +0000 (-0400) Subject: debuginfod: PR29696: enlarge run-debuginfod-federation-metrics.sh workload again X-Git-Tag: elfutils-0.190~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b39afca988fe366589a869db42503c98ea580c5a;p=thirdparty%2Felfutils.git debuginfod: PR29696: enlarge run-debuginfod-federation-metrics.sh workload again Now that the bug is fixed, we can let debuginfod have all the traffic. Signed-off-by: Frank Ch. Eigler --- diff --git a/tests/run-debuginfod-federation-metrics.sh b/tests/run-debuginfod-federation-metrics.sh index 0692e4fb6..60fe69ca4 100755 --- a/tests/run-debuginfod-federation-metrics.sh +++ b/tests/run-debuginfod-federation-metrics.sh @@ -191,8 +191,7 @@ curl -s http://127.0.0.1:$PORT2/metrics | grep 'dc_pool_op.*reuse' # Use a file that hasn't been previously extracted in to make it # likely that even this test debuginfod will experience concurrency # and impose some "after-you" delays. -maxreq=$[$(nproc) * 4] -maxreq=$(( $maxreq > 64 ? 64 : $maxreq )) +maxreq=256 (for i in `seq $maxreq`; do curl -s http://127.0.0.1:$PORT1/buildid/87c08d12c78174f1082b7c888b3238219b0eb265/executable >/dev/null & done;