diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-25 10:54:48 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-25 10:54:48 +0200 |
commit | 2952c84fdf205151e22e151fea6e884246b179fc (patch) | |
tree | 5422e573946aa937e662f111ae5963dd041fc90d | |
parent | 9460206749d991e7db995abeddece2fc504d94da (diff) |
Benchmark.
Fix default runs' number and payto construction.
-rw-r--r-- | src/benchmark/taler-exchange-benchmark-new.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmark/taler-exchange-benchmark-new.c b/src/benchmark/taler-exchange-benchmark-new.c index 0289d5205..df3770cac 100644 --- a/src/benchmark/taler-exchange-benchmark-new.c +++ b/src/benchmark/taler-exchange-benchmark-new.c @@ -95,7 +95,7 @@ static struct GNUNET_OS_Process *bankd; /** * How many coins we want to create. */ -static unsigned int howmany_coins; +static unsigned int howmany_coins = 1; /** * Log level used during the run. @@ -247,7 +247,7 @@ run (void *cls, 0, /* Index of the one withdrawn coin in the traits. */ TALER_TESTING_make_wire_details (24, - "https://no-aggregation"), + "no-aggregation"), order_enc, GNUNET_TIME_UNIT_ZERO, AMOUNT_1, |