[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: Benchmark.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: Benchmark. |
Date: |
Wed, 25 Jul 2018 10:55:20 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 2952c84 Benchmark.
2952c84 is described below
commit 2952c84fdf205151e22e151fea6e884246b179fc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jul 25 10:54:48 2018 +0200
Benchmark.
Fix default runs' number and payto construction.
---
src/benchmark/taler-exchange-benchmark-new.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/benchmark/taler-exchange-benchmark-new.c
b/src/benchmark/taler-exchange-benchmark-new.c
index 0289d52..df3770c 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,
--
To stop receiving notification emails like this one, please contact
address@hidden