Bigger initialization for benchmarking

This commit is contained in:
Fournier Nicolas 2015-08-25 18:28:54 +02:00
parent ae73f166e5
commit a5f6cbd920
2 changed files with 5 additions and 3 deletions

View File

@ -25,9 +25,9 @@
#define NB_DENOMINATION_INIT 15
#define NB_DENOMINATION_SAVE 15
#define SMALL 10
#define BIG 100
#define BIGGER 1000
#define SMALL 1000
#define BIG 10000
#define BIGGER 100000
#define NB_RESERVE_INIT BIGGER
#define NB_RESERVE_SAVE BIG

View File

@ -375,6 +375,8 @@
PERF_TALER_MINTDB_INIT_CMD_CREATE_WITHDRAW (_label "withdraw", \
_label_dki, \
_label_reserve), \
PERF_TALER_MINTDB_INIT_CMD_GET_DENOMINATION(_label "withdraw info", \
_label_dki), \
PERF_TALER_MINTDB_INIT_CMD_GET_RESERVE_HISTORY(_label "reserve_history", \
_label_reserve), \
PERF_TALER_MINTDB_INIT_CMD_INSERT_WITHDRAW(_label "insert withdraw", \