diff options
| author | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-08-17 10:56:56 +0200 | 
|---|---|---|
| committer | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-08-17 10:56:56 +0200 | 
| commit | 0a1491562c846ce5b2a6b5861f3d3dc8a08972a5 (patch) | |
| tree | 60423e0b05d01ea581cdb535594c99f241231acb /src/mintdb/perf_taler_mintdb.c | |
| parent | 8e6f121a68c00cb6bdf9d160164684446af6d6c2 (diff) | |
preliminary work on more benchmarks
Diffstat (limited to 'src/mintdb/perf_taler_mintdb.c')
| -rw-r--r-- | src/mintdb/perf_taler_mintdb.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/mintdb/perf_taler_mintdb.c b/src/mintdb/perf_taler_mintdb.c index 88e2b5a5..63ec1df2 100644 --- a/src/mintdb/perf_taler_mintdb.c +++ b/src/mintdb/perf_taler_mintdb.c @@ -143,6 +143,8 @@ main (int argc, char ** argv)      PERF_TALER_MINTDB_INIT_CMD_LOOP ("06 - refresh melt init loop",                                       NB_MELT_INIT),      PERF_TALER_MINTDB_INIT_CMD_START_TRANSACTION (""), +    /* TODO: initialize using coins & sessions created localy  +     * in order to make sure the same coin are not melted twice*/      PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("06 - session hash",                                             "06 - refresh melt init loop",                                             "05 - session array"), | 
