gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 05/12: fix


From: gnunet
Subject: [taler-grid5k] 05/12: fix
Date: Fri, 10 Jun 2022 11:54:36 +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 aaa90612b2c7e7330777195c9e534e3822801ed9
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Jun 8 09:45:17 2022 +0200

    fix
---
 experiment/scripts/benchmark.sh | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/experiment/scripts/benchmark.sh b/experiment/scripts/benchmark.sh
index 0337308..ecf3f0a 100755
--- a/experiment/scripts/benchmark.sh
+++ b/experiment/scripts/benchmark.sh
@@ -28,9 +28,6 @@ function start_wallet_bench() {
   fi
 
   NUM_DEPOSITS=$(($RANDOM % 21))
-  if [[ ${WALLET_WITHDRAW_ONLY} == "true" ]]; then
-    WITHDRAW_ONLY=true
-  fi
 
   if [[ "${WALLET_BENCHMARK}" == bench3 ]] && \
      [[ "${WALLET_MERCHANT_SELECTION}" =~ zipf|rand ]]; then
@@ -45,7 +42,7 @@ function start_wallet_bench() {
       \"paytoTemplate\": 
\"payto://x-taler-bank/bank.${DNS_ZONE}/merchant-\${id}?receiver-name=merchant\",
       \"randomAlg\": \"${WALLET_MERCHANT_SELECTION}\",
       \"numMerchants\": ${WALLET_NUM_MERCHANTS},
-      \"iterations\": 1000,
+      \"iterations\": 5000,
       \"deposits\": ${NUM_DEPOSITS},
       \"restartAfter\": 2
     }"
@@ -62,9 +59,9 @@ function start_wallet_bench() {
       \"bank\": \"${PROTO}://bank.${DNS_ZONE}/\",
       \"currency\": \"KUDOS\",
       \"payto\": 
\"payto://x-taler-bank/bank.${DNS_ZONE}/merchant-1?receiver-name=merchant-1\",
-      \"iterations\": 1000,
+      \"iterations\": 5000,
       \"deposits\": ${NUM_DEPOSITS},
-      \"withdrawOnly\": ${WITHDRAW_ONLY},
+      \"withdrawOnly\": ${WALLET_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]