This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new 6cf0fbb remove ab command from hello-world-perf-test make action
(#301)
6cf0fbb is described below
commit 6cf0fbb6e7a6f8f69245011eb2fe2c48cef3e8b0
Author: Brett Rudd <[email protected]>
AuthorDate: Tue Oct 15 21:45:51 2019 -0700
remove ab command from hello-world-perf-test make action (#301)
---
docker-compose/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 316edef..5737e85 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -419,7 +419,7 @@ hello-world-perf-test: create-hello-world-function
docker run --rm \
--net openwhisk_default \
- --link controller jordi/ab ab -k -n 2000 -c 20 \
+ --link controller jordi/ab -k -n 2000 -c 20 \
-m POST -H "Authorization:Basic
MjNiYzQ2YjEtNzFmNi00ZWQ1LThjNTQtODE2YWE0ZjhjNTAyOjEyM3pPM3haQ0xyTU42djJCS0sxZFhZRnBYbFBrY2NPRnFtMTJDZEFzTWdSVTRWck5aOWx5R1ZDR3VNREdJd1A="
\
-H "Content-Type:application/json" \
http://controller:8888/api/v1/namespaces/guest/actions/hello-perf?blocking=true