You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2017/09/13 09:02:09 UTC

[incubator-openwhisk-performance] branch wrk-load updated (6a358cf -> aa1cc84)

This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a change to branch wrk-load
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-performance.git.


    from 6a358cf  Moving from 'loadtest' to 'wrk' for better loadtest performance
     new 4cfcd3c  Make the throughput.sh executable on both Mac and Linux
     new aa1cc84  Remove consul from the deployment.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 deploy.sh           | 1 -
 tests/throughput.sh | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].

[incubator-openwhisk-performance] 02/02: Remove consul from the deployment.

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch wrk-load
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-performance.git

commit aa1cc8480cdd3d0d2bd50e51804ba20115a59212
Author: Markus Thoemmes <ma...@de.ibm.com>
AuthorDate: Wed Sep 13 11:02:02 2017 +0200

    Remove consul from the deployment.
---
 deploy.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh
index 9ca82ce..f90c97c 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -23,7 +23,6 @@ $ANSIBLE_CMD couchdb.yml
 $ANSIBLE_CMD initdb.yml
 $ANSIBLE_CMD wipe.yml
 
-$ANSIBLE_CMD consul.yml
 $ANSIBLE_CMD kafka.yml
 $ANSIBLE_CMD controller.yml
 $ANSIBLE_CMD invoker.yml
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.

[incubator-openwhisk-performance] 01/02: Make the throughput.sh executable on both Mac and Linux

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch wrk-load
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-performance.git

commit 4cfcd3cb3bb9bdd0ff64c05f28d2ea70197b6f90
Author: Markus Thoemmes <ma...@de.ibm.com>
AuthorDate: Wed Sep 13 11:01:50 2017 +0200

    Make the throughput.sh executable on both Mac and Linux
---
 tests/throughput.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/throughput.sh b/tests/throughput.sh
index 1f4c971..6bf14cf 100755
--- a/tests/throughput.sh
+++ b/tests/throughput.sh
@@ -19,8 +19,8 @@ action="noopThroughput"
 "$currentDir/create.sh" "$host" "$credentials" "$action"
 
 # run throughput tests
-encodedAuth=$(echo "$credentials" | base64 -w0)
-docker run --pid=host --userns=host --rm -v $(pwd):/data williamyeh/wrk \
+encodedAuth=$(echo "$credentials" | base64 | tr -d '\n')
+docker run --pid=host --userns=host --rm -v "$(pwd)":/data williamyeh/wrk \
   --threads "$threads" \
   --connections "$concurrency" \
   --duration "$duration" \

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.