From 596781439b40c4333708c68e4b0fb2365e2e0f93 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Nov 2024 00:23:43 +0100 Subject: note on how to benchmark --- src/benchmark/README | 3 +++ src/benchmark/benchmark-common.conf | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 src/benchmark/README diff --git a/src/benchmark/README b/src/benchmark/README new file mode 100644 index 000000000..7956af82d --- /dev/null +++ b/src/benchmark/README @@ -0,0 +1,3 @@ +To run benchmarks, you must first start the target services +via taler-unified-setup.sh (usually exchange and bank or fakebank). +Use the same configuration you will pass to the benchmark tool. diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf index 89da0e4bd..94b3b643f 100644 --- a/src/benchmark/benchmark-common.conf +++ b/src/benchmark/benchmark-common.conf @@ -94,10 +94,16 @@ SERVE=http RAM_LIMIT=10000000 [libeufin-bank] +PORT = 8080 +WIRE_TYPE = iban +IBAN_PAYTO_BIC = SANDBOXXX CURRENCY = EUR PWD_HASH_CONFIG = { "cost": 4 } PWD_AUTH_COMPAT = yes +[libeufin-bankdb-postgres] +CONFIG = postgresql:///talercheck + [libeufin-nexus] DB_CONNECTION="postgresql:///talercheck" -- cgit v1.2.3