Benchmark.

Fix default runs' number and payto construction.
This commit is contained in:
Marcello Stanisci 2018-07-25 10:54:48 +02:00
parent 9460206749
commit 2952c84fdf
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -95,7 +95,7 @@ static struct GNUNET_OS_Process *bankd;
/** /**
* How many coins we want to create. * How many coins we want to create.
*/ */
static unsigned int howmany_coins; static unsigned int howmany_coins = 1;
/** /**
* Log level used during the run. * Log level used during the run.
@ -247,7 +247,7 @@ run (void *cls,
0, /* Index of the one withdrawn coin in the traits. */ 0, /* Index of the one withdrawn coin in the traits. */
TALER_TESTING_make_wire_details TALER_TESTING_make_wire_details
(24, (24,
"https://no-aggregation"), "no-aggregation"),
order_enc, order_enc,
GNUNET_TIME_UNIT_ZERO, GNUNET_TIME_UNIT_ZERO,
AMOUNT_1, AMOUNT_1,