diff options
-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" |