exchange

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

commit ea4abea56b5ce69b5624d381f466c19a7c8d544b
parent f0a1941f3957a53100035285b6c36d10e20c2174
Author: Fournier Nicolas <nicolas.fournier@ensta-paristech.fr>
Date:   Mon,  3 Aug 2015 10:28:02 +0200

fixed bencmark parameters

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

diff --git a/src/mintdb/perf_taler_mintdb.c b/src/mintdb/perf_taler_mintdb.c @@ -25,14 +25,14 @@ #define NB_DENOMINATION_INIT 15 #define NB_DENOMINATION_SAVE 15 -#define NB_RESERVE_INIT 100 -#define NB_RESERVE_SAVE 10 +#define NB_RESERVE_INIT 10000 +#define NB_RESERVE_SAVE 1000 -#define NB_DEPOSIT_INIT 100 -#define NB_DEPOSIT_SAVE 10 +#define NB_DEPOSIT_INIT 10000 +#define NB_DEPOSIT_SAVE 1000 -#define NB_WITHDRAW_INIT 100 -#define NB_WITHDRAW_SAVE 10 +#define NB_WITHDRAW_INIT 10000 +#define NB_WITHDRAW_SAVE 1000 /** * Runs the performances tests for the mint database