We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0406d6a commit 6cf0fbbCopy full SHA for 6cf0fbb
1 file changed
docker-compose/Makefile
@@ -419,7 +419,7 @@ hello-world-perf-test: create-hello-world-function
419
420
docker run --rm \
421
--net openwhisk_default \
422
- --link controller jordi/ab ab -k -n 2000 -c 20 \
+ --link controller jordi/ab -k -n 2000 -c 20 \
423
-m POST -H "Authorization:Basic MjNiYzQ2YjEtNzFmNi00ZWQ1LThjNTQtODE2YWE0ZjhjNTAyOjEyM3pPM3haQ0xyTU42djJCS0sxZFhZRnBYbFBrY2NPRnFtMTJDZEFzTWdSVTRWck5aOWx5R1ZDR3VNREdJd1A=" \
424
-H "Content-Type:application/json" \
425
http://controller:8888/api/v1/namespaces/guest/actions/hello-perf?blocking=true
0 commit comments