gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 155/189: experiment with two postgresql instances


From: gnunet
Subject: [taler-grid5k] 155/189: experiment with two postgresql instances
Date: Thu, 28 Apr 2022 10:48:45 +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 db45c9e391fcfa99571781afefab06850cc4ea7b
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Apr 16 16:37:26 2022 +0200

    experiment with two postgresql instances
---
 experiment/scripts/benchmark.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/experiment/scripts/benchmark.sh b/experiment/scripts/benchmark.sh
index 72cd87c..aea7bf2 100755
--- a/experiment/scripts/benchmark.sh
+++ b/experiment/scripts/benchmark.sh
@@ -25,6 +25,12 @@ function start_wallet_bench() {
     LOG_LEVEL=INFO
   fi
 
+  if [[ (($1 % 2)) == 0 ]] ; then
+    DOMAIN=eproxy-1.perf.taler
+  else
+    DOMAIN=eproxy-2.perf.taler
+  fi
+
   NUM_DEPOSITS=$((RANDOM %21))
   if [[ ${WALLET_WITHDRAW_ONLY} == "true" ]]; then
     NUM_DEPOSITS=0
@@ -35,7 +41,7 @@ function start_wallet_bench() {
       advanced ${WALLET_BENCHMARK} \
         --config-json "
   {
-    \"exchange\": \"${PROTO}://${EXCHANGE_GW_DOMAIN}/\",
+    \"exchange\": \"${PROTO}://${DOMAIN}/\",
     \"bank\": \"http://bank.${DNS_ZONE}/\";,
     \"currency\": \"KUDOS\",
     \"payto\": \"payto://x-taler-bank/bank.${DNS_ZONE}/foo\",

-- 
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]