summaryrefslogtreecommitdiff
path: root/src/benchmark
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 10:54:48 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 10:54:48 +0200
commit2952c84fdf205151e22e151fea6e884246b179fc (patch)
tree5422e573946aa937e662f111ae5963dd041fc90d /src/benchmark
parent9460206749d991e7db995abeddece2fc504d94da (diff)
downloadexchange-2952c84fdf205151e22e151fea6e884246b179fc.tar.gz
exchange-2952c84fdf205151e22e151fea6e884246b179fc.tar.bz2
exchange-2952c84fdf205151e22e151fea6e884246b179fc.zip
Benchmark.
Fix default runs' number and payto construction.
Diffstat (limited to 'src/benchmark')
-rw-r--r--src/benchmark/taler-exchange-benchmark-new.c4
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,