summaryrefslogtreecommitdiff
path: root/src/merchant-tools/taler-merchant-benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/merchant-tools/taler-merchant-benchmark.c')
-rw-r--r--src/merchant-tools/taler-merchant-benchmark.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
index 684ffddd..b6992678 100644
--- a/src/merchant-tools/taler-merchant-benchmark.c
+++ b/src/merchant-tools/taler-merchant-benchmark.c
@@ -113,11 +113,6 @@ static unsigned int payments_number = 1;
static unsigned int tracks_number = 1;
/**
- * Skip instance creation?
- */
-static int skip_instance = 0;
-
-/**
* Config filename to give to commands (like wirewatch).
*/
static char *cfg_filename;
@@ -288,7 +283,7 @@ run (void *cls,
};
TALER_TESTING_run (is,
- &ordinary_commands[skip_instance]);
+ ordinary_commands);
return;
}
@@ -375,7 +370,7 @@ run (void *cls,
};
TALER_TESTING_run (is,
- &corner_commands[skip_instance]);
+ corner_commands);
return;
}
}
@@ -440,10 +435,6 @@ main (int argc,
"UN",
"will generate UN unaggregated payments, defaults to 1",
&unaggregated_number),
- GNUNET_GETOPT_option_flag ('s',
- "skip-instance",
- "skip creating the backend default instance (use if the instance already exists with the backend)",
- &skip_instance),
GNUNET_GETOPT_option_uint ('t',
"two-coins",
"TC",