diff options
author | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-08-03 10:28:02 +0200 |
---|---|---|
committer | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-08-03 10:28:02 +0200 |
commit | ea4abea56b5ce69b5624d381f466c19a7c8d544b (patch) | |
tree | d227e159ce15ed0ac4e82a285928f9b144699da6 /src/mintdb | |
parent | f0a1941f3957a53100035285b6c36d10e20c2174 (diff) |
fixed bencmark parameters
Diffstat (limited to 'src/mintdb')
-rw-r--r-- | src/mintdb/perf_taler_mintdb.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mintdb/perf_taler_mintdb.c b/src/mintdb/perf_taler_mintdb.c index 2ef9bda31..6ea097c50 100644 --- 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 |