diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-13 00:23:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-13 00:23:43 +0100 |
commit | 596781439b40c4333708c68e4b0fb2365e2e0f93 (patch) | |
tree | 43fc8f472ff628044cb4c70707e7d5ce4d451990 | |
parent | be286139dfaa99caa7c1859a62bada8e4a0e060f (diff) |
note on how to benchmark
-rw-r--r-- | src/benchmark/README | 3 | ||||
-rw-r--r-- | src/benchmark/benchmark-common.conf | 6 |
2 files changed, 9 insertions, 0 deletions
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" |