formatting changes for utils/provision_tower_test.sh

This commit is contained in:
Chris Hammer
2022-02-14 19:19:07 -05:00
parent 2a45fef497
commit 8250ced5e7

View File

@ -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} \