fixed error in the benchmark

This commit is contained in:
Fournier Nicolas 2015-07-31 17:17:29 +02:00
parent 7ba2491031
commit 7264391514

View File

@ -195,15 +195,11 @@ main (int argc, char ** argv)
PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("09 - start"), PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("09 - start"),
PERF_TALER_MINTDB_INIT_CMD_LOOP ("09 - withdraw insert measure", PERF_TALER_MINTDB_INIT_CMD_LOOP ("09 - withdraw insert measure",
NB_RESERVE_SAVE), 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", "09 - withdraw insert measure",
"02 - save reserve"), "03 - save coin"),
PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("09 - denomination", PERF_TALER_MINTDB_INIT_CMD_GET_WITHDRAW ("",
"09 - withdraw insert measure", "09 - coin"),
"01 - save denomination"),
PERF_TALER_MINTDB_INIT_CMD_INSERT_WITHDRAW ("",
"09 - denomination",
"09 - reserve"),
PERF_TALER_MINTDB_INIT_CMD_END_LOOP ("", PERF_TALER_MINTDB_INIT_CMD_END_LOOP ("",
"09 - withdraw insert measure"), "09 - withdraw insert measure"),
PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("09 - stop"), PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("09 - stop"),