summaryrefslogtreecommitdiff
path: root/src/mintdb/perf_taler_mintdb_values.h
blob: 09343d869dded382c136010cf2a94e3a454dd062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __PERF_TALER_MINTDB__VALUES_H__
#define __PERF_TALER_MINTDB__VALUES_H__



#define NB_DEPOSIT_INIT   100000
#define NB_DEPOSIT_GET    1000
#define NB_DEPOSIT_MARGIN 10000

#define NB_BLINDCOIN_INIT 100000


// Temporary macro to compile
#define GAUGER(a,b,c,d)


#endif