fixed bencmark parameters

This commit is contained in:
Fournier Nicolas 2015-08-03 10:28:02 +02:00
parent f0a1941f39
commit ea4abea56b

View File

@ -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