more arduous config and more debug symbols

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2025-08-26 23:25:38 +00:00
parent 5aeb2c7792
commit 5ada8f8d8a
4 changed files with 49 additions and 160 deletions

View file

@ -24,19 +24,12 @@ function sigint_handler() {
trap 'sigint_handler' INT
// TODO: make this a more elegant item
// maybe a while loop with curl
# TODO: make this a more elegant item
# maybe a while loop with curl
sleep 0.5
do_wrk_on "https://kaproxy:8080/0"
do_wrk_on "https://kaproxy:8080/1"
do_wrk_on "https://kaproxy:8080/2"
do_wrk_on "https://kaproxy:8080/3"
do_wrk_on "https://kaproxy:8080/4"
do_wrk_on "https://kaproxy:8080/5"
do_wrk_on "https://kaproxy:8080/6"
do_wrk_on "https://kaproxy:8080/7"
do_wrk_on "https://kaproxy:8080/8"
do_wrk_on "https://kaproxy:8080/9"
for iter in {0.999}; do
do_wrk_on "https://kaproxy:8080/$iter"
done
wait $(jobs -p)