gnunet-svn
[Top][All Lists]
Advanced

[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: Tue, 24 Jul 2018 18:25:03 +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 92dc0c2  Benchmark.
92dc0c2 is described below

commit 92dc0c285aa906703485443712c682e56946836c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jul 24 18:23:39 2018 +0200

    Benchmark.
    
    Iterations are counted "per coin".  Basically,
    the user expresses how many coins they want to
    instantiate for a single invocation of the command.
---
 src/benchmark/taler-exchange-benchmark-new.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark-new.c 
b/src/benchmark/taler-exchange-benchmark-new.c
index 8558778..641a9da 100644
--- a/src/benchmark/taler-exchange-benchmark-new.c
+++ b/src/benchmark/taler-exchange-benchmark-new.c
@@ -76,9 +76,9 @@ static unsigned int result;
 static struct GNUNET_OS_Process *bankd;
 
 /**
- * How many "runs" the user wants for benchmarking.
+ * How many coins we want to create.
  */
-static unsigned int iterations;
+static unsigned int howmany_coins;
 
 /**
  * Log level used during the run.
@@ -342,11 +342,11 @@ main (int argc,
       (&loglev),
 
     GNUNET_GETOPT_option_uint
-      ('I',
-       "payments-number",
-       "I",
-       "How many iterations to run, defaults to 1",
-       &iterations),
+      ('n',
+       "coins-number",
+       "CN",
+       "How many coins we should instantiate",
+       &howmany_coins),
 
     GNUNET_GETOPT_option_string
       ('b',

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]