exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 7264391514fa6c9f4ed56304cb4b55e5711d78d3
parent 7ba2491031c2039e205e98429384434bbcbd2d8a
Author: Fournier Nicolas <nicolas.fournier@ensta-paristech.fr>
Date:   Fri, 31 Jul 2015 17:17:29 +0200

fixed error in the benchmark

Diffstat:
Msrc/mintdb/perf_taler_mintdb.c | 12++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/mintdb/perf_taler_mintdb.c b/src/mintdb/perf_taler_mintdb.c @@ -195,15 +195,11 @@ main (int argc, char ** argv) PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("09 - start"), PERF_TALER_MINTDB_INIT_CMD_LOOP ("09 - withdraw insert measure", NB_RESERVE_SAVE), - PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("09 - reserve", + PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("09 - coin", "09 - withdraw insert measure", - "02 - save reserve"), - PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("09 - denomination", - "09 - withdraw insert measure", - "01 - save denomination"), - PERF_TALER_MINTDB_INIT_CMD_INSERT_WITHDRAW ("", - "09 - denomination", - "09 - reserve"), + "03 - save coin"), + PERF_TALER_MINTDB_INIT_CMD_GET_WITHDRAW ("", + "09 - coin"), PERF_TALER_MINTDB_INIT_CMD_END_LOOP ("", "09 - withdraw insert measure"), PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("09 - stop"),