summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-30 18:57:16 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-30 18:57:16 +0200
commitef81e9db227b15e56bd9fdf2992b29940b8a6a29 (patch)
tree0d03bc56c8b3100b94a0c16772d8c493da05384f /src
parent66201bf9170b35e73ea08e9b955c1bff8b09dc67 (diff)
downloadexchange-ef81e9db227b15e56bd9fdf2992b29940b8a6a29.tar.gz
exchange-ef81e9db227b15e56bd9fdf2992b29940b8a6a29.tar.bz2
exchange-ef81e9db227b15e56bd9fdf2992b29940b8a6a29.zip
comments
Diffstat (limited to 'src')
-rwxr-xr-xsrc/benchmark/taler-exchange-benchmarkbin20440 -> 20776 bytes
-rw-r--r--src/benchmark/taler-exchange-benchmark.c17
2 files changed, 10 insertions, 7 deletions
diff --git a/src/benchmark/taler-exchange-benchmark b/src/benchmark/taler-exchange-benchmark
index 86cb33e39..034b287e4 100755
--- a/src/benchmark/taler-exchange-benchmark
+++ b/src/benchmark/taler-exchange-benchmark
Binary files differ
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c
index e1469d348..de17ba31c 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -60,12 +60,20 @@ static struct TALER_EXCHANGE_Handle *exchange;
/**
* Run the main interpreter loop that performs exchange operations.
*
- * @param cls contains the `struct InterpreterState`
+ * @param cls closure for benchmark_run()
*/
static void
benchmark_run (void *cls)
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO, "benchmark_run() invoked\n");
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO, "gotten pool_size of %d\n", pool_size);
+
+ /**
+ * 1 Pool's size as an option: DONE, TESTED
+ * 2 Connection to the exchange: DONE, TESTED
+ * 3 Allocation of large enough memory
+ * 4 Withdraw
+ */
}
/**
@@ -152,12 +160,7 @@ int
main (int argc,
char * const *argv)
{
- /**
- * 1 Pool's size as an option: DONE
- * 2 Connection to the exchange: DONE, NOT TESTED
- * 3 Allocation of large enough memory
- * 4 Withdraw
- */
+
GNUNET_log_setup ("taler-exchange-benchmark",
"WARNING",
NULL);