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:40:29 UTC

[incubator-openwhisk-performance] branch wrk-load updated: Define right location of post.lua

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


The following commit(s) were added to refs/heads/wrk-load by this push:
     new 2fa5f43  Define right location of post.lua
2fa5f43 is described below

commit 2fa5f43204f3728315edba5ee48a1707bdcf5f19
Author: Markus Thoemmes <ma...@de.ibm.com>
AuthorDate: Wed Sep 13 11:40:24 2017 +0200

    Define right location of post.lua
---
 tests/throughput.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/throughput.sh b/tests/throughput.sh
index 6bf14cf..46a35bb 100755
--- a/tests/throughput.sh
+++ b/tests/throughput.sh
@@ -20,7 +20,7 @@ action="noopThroughput"
 
 # run throughput tests
 encodedAuth=$(echo "$credentials" | base64 | tr -d '\n')
-docker run --pid=host --userns=host --rm -v "$(pwd)":/data williamyeh/wrk \
+docker run --pid=host --userns=host --rm -v "$currentDir":/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>'].