gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 02/12: fix benchmark


From: gnunet
Subject: [taler-grid5k] 02/12: fix benchmark
Date: Fri, 10 Jun 2022 11:54:33 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 744a2b109756ee6253c25126a253bf43392032d9
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Tue Jun 7 13:47:31 2022 +0200

    fix benchmark
---
 experiment/scripts/benchmark.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/experiment/scripts/benchmark.sh b/experiment/scripts/benchmark.sh
index 4466923..0337308 100755
--- a/experiment/scripts/benchmark.sh
+++ b/experiment/scripts/benchmark.sh
@@ -29,7 +29,7 @@ function start_wallet_bench() {
 
   NUM_DEPOSITS=$(($RANDOM % 21))
   if [[ ${WALLET_WITHDRAW_ONLY} == "true" ]]; then
-    NUM_DEPOSITS=0
+    WITHDRAW_ONLY=true
   fi
 
   if [[ "${WALLET_BENCHMARK}" == bench3 ]] && \
@@ -64,6 +64,7 @@ function start_wallet_bench() {
       \"payto\": 
\"payto://x-taler-bank/bank.${DNS_ZONE}/merchant-1?receiver-name=merchant-1\",
       \"iterations\": 1000,
       \"deposits\": ${NUM_DEPOSITS},
+      \"withdrawOnly\": ${WITHDRAW_ONLY},
       \"restartAfter\": 2
     }"
   fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]