summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <[email protected]>2023-06-16 11:18:19 -0400
committerFrank Ch. Eigler <[email protected]>2023-06-16 11:21:54 -0400
commitb39afca988fe366589a869db42503c98ea580c5a (patch)
treeeae2f30de56a43b7895c3e0abf3097336607ff9e
parent938a52c22ee915ff2cea813edd5da66bc8184885 (diff)
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 <[email protected]>
-rwxr-xr-xtests/run-debuginfod-federation-metrics.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run-debuginfod-federation-metrics.sh b/tests/run-debuginfod-federation-metrics.sh
index 0692e4fb..60fe69ca 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;