From 8250ced5e7626dc63f4d6936fbaa92d9b0b9dfd9 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 14 Feb 2022 19:19:07 -0500 Subject: [PATCH] formatting changes for utils/provision_tower_test.sh --- utils/provision_tower_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/provision_tower_test.sh b/utils/provision_tower_test.sh index e508d31..7978ea2 100755 --- a/utils/provision_tower_test.sh +++ b/utils/provision_tower_test.sh @@ -1,7 +1,7 @@ #!/bin/bash -CONC="150" -REQU="150" +CONC="50" +REQU="50" SLEEP_SECS="400" BASE_URL="tower2.thezengarden.net" @@ -14,7 +14,7 @@ TOWER_PASS="redhat" printf "\n%s\n" \ - "# Running test ${ITER}" + "# Running test - ${REQU} requests / ${CONC} concurrency" ab -c "${CONC}" \ -n ${REQU} \ -A ${TOWER_USER}:${TOWER_PASS} \