Skip to content

Commit 6459e50

Browse files
committed
Stress application fix to remove the quiet flag.
1 parent dfaa09a commit 6459e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stress/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM registry.access.redhat.com/rhscl/httpd-24-rhel7
22

3-
CMD ab -dSqrk -c 20 -n 50000000 http://${SCALE_SERVICE_HOST}:${SCALE_SERVICE_PORT}/index.php
3+
CMD ab -dSrk -c 20 -n 50000000 http://${SCALE_SERVICE_HOST}:${SCALE_SERVICE_PORT}/index.php

0 commit comments

Comments
 (0)