gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 74/189: reduce amount of logging wallets


From: gnunet
Subject: [taler-grid5k] 74/189: reduce amount of logging wallets
Date: Thu, 28 Apr 2022 10:47:24 +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 a1546cdeba67e24a0b03b158e5daebdfb3052cf3
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Mar 12 17:20:11 2022 +0100

    reduce amount of logging wallets
---
 experiment/scripts/benchmark.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/experiment/scripts/benchmark.sh b/experiment/scripts/benchmark.sh
index 857f5a4..11977e6 100755
--- a/experiment/scripts/benchmark.sh
+++ b/experiment/scripts/benchmark.sh
@@ -5,7 +5,7 @@ Start a wallet benchmark loop with 100'000 iterations
 OPT_MSG="
 <N>: 
   Any number 
-  If it is dividable by 10 then the wallet will log in INFO level
+  If it is dividable by 100 then the wallet will log in INFO level
 "
 
 set -eu
@@ -20,8 +20,8 @@ function start_wallet_bench() {
     PROTO=https
   fi
   
-  # Every thenth wallet should log messages
-  if ! (($1 % 10)) || [ $1 == "1" ]; then
+  # One wallet in a hundred should log messages
+  if ! (($1 % 100)) || [ $1 == "1" ]; then
     LOG_LEVEL=INFO
   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]