summaryrefslogtreecommitdiff
path: root/src/benchmark/taler-bank-benchmark.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-30 14:02:40 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-30 14:02:40 +0200
commita29f04189c8b7457ede0b3ac01222b88853325a8 (patch)
treec00400029ee53863481c2e30ffea5c275685733c /src/benchmark/taler-bank-benchmark.c
parentafa706914fefc90812c0bda01341e1dcfca06840 (diff)
downloadexchange-a29f04189c8b7457ede0b3ac01222b88853325a8.tar.gz
exchange-a29f04189c8b7457ede0b3ac01222b88853325a8.tar.bz2
exchange-a29f04189c8b7457ede0b3ac01222b88853325a8.zip
unify to TEXT instead of mixing TEXT and VARCHAR
Diffstat (limited to 'src/benchmark/taler-bank-benchmark.c')
-rw-r--r--src/benchmark/taler-bank-benchmark.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/benchmark/taler-bank-benchmark.c b/src/benchmark/taler-bank-benchmark.c
index 80636a60e..224b6d5d1 100644
--- a/src/benchmark/taler-bank-benchmark.c
+++ b/src/benchmark/taler-bank-benchmark.c
@@ -338,6 +338,7 @@ parallel_benchmark (void)
"taler-exchange-wirewatch",
"taler-exchange-wirewatch",
"-c", cfg_filename,
+ "-a", exchange_bank_section,
(NULL != loglev) ? "-L" : NULL,
loglev,
NULL);
@@ -374,6 +375,7 @@ parallel_benchmark (void)
"taler-exchange-wirewatch",
"taler-exchange-wirewatch",
"-c", cfg_filename,
+ "-a", exchange_bank_section,
"-t",
(NULL != loglev) ? "-L" : NULL,
loglev,
@@ -402,6 +404,7 @@ parallel_benchmark (void)
"taler-exchange-wirewatch",
"taler-exchange-wirewatch",
"-c", cfg_filename,
+ "-a", exchange_bank_section,
"-t",
(NULL != loglev) ? "-L" : NULL,
loglev,
@@ -458,12 +461,13 @@ main (int argc,
"NRESERVES",
"How many reserves per client we should create",
&howmany_reserves),
- GNUNET_GETOPT_option_string (
- 'u',
- "exchange-account-section",
- "SECTION",
- "use exchange bank account configuration from the given SECTION",
- &exchange_bank_section),
+ GNUNET_GETOPT_option_mandatory (
+ GNUNET_GETOPT_option_string (
+ 'u',
+ "exchange-account-section",
+ "SECTION",
+ "use exchange bank account configuration from the given SECTION",
+ &exchange_bank_section)),
GNUNET_GETOPT_option_version (PACKAGE_VERSION " " VCS_VERSION),
GNUNET_GETOPT_option_verbose (&verbose),
GNUNET_GETOPT_option_uint ('w',