summaryrefslogtreecommitdiff
path: root/src/mintdb/perf_taler_mintdb_values.h
diff options
context:
space:
mode:
authorFournier Nicolas <nicolas.fournier@ensta-paristech.fr>2015-06-24 10:55:57 +0200
committerFournier Nicolas <nicolas.fournier@ensta-paristech.fr>2015-06-24 10:55:57 +0200
commite2ab079dd8a2e72c4c2b41ac9bf4b0da10c2ac1f (patch)
tree94caf2aacfda8c8709e4a5de1c4553c70a5e1777 /src/mintdb/perf_taler_mintdb_values.h
parent6108acb92327c90cbbee8c3a60a92b3a3a05d881 (diff)
downloadexchange-e2ab079dd8a2e72c4c2b41ac9bf4b0da10c2ac1f.tar.gz
exchange-e2ab079dd8a2e72c4c2b41ac9bf4b0da10c2ac1f.tar.bz2
exchange-e2ab079dd8a2e72c4c2b41ac9bf4b0da10c2ac1f.zip
fixed gauger command in the interpreter
Diffstat (limited to 'src/mintdb/perf_taler_mintdb_values.h')
-rw-r--r--src/mintdb/perf_taler_mintdb_values.h32
1 files changed, 13 insertions, 19 deletions
diff --git a/src/mintdb/perf_taler_mintdb_values.h b/src/mintdb/perf_taler_mintdb_values.h
index f180c8d7e..4b982b8bd 100644
--- a/src/mintdb/perf_taler_mintdb_values.h
+++ b/src/mintdb/perf_taler_mintdb_values.h
@@ -1,18 +1,18 @@
/*
- This file is part of TALER
- Copyright (C) 2014, 2015 Christian Grothoff (and other contributing authors)
+ This file is part of TALER
+ Copyright (C) 2014, 2015 Christian Grothoff (and other contributing authors)
- TALER is free software; you can redistribute it and/or modify it under the
- terms of the GNU General Public License as published by the Free Software
- Foundation; either version 3, or (at your option) any later version.
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
- TALER is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along with
- TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
-*/
+ You should have received a copy of the GNU General Public License along with
+ TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
+ */
/**
* @file mintdb/perf_taler_mintdb_values.h
* @brief Values for tweaking the performance analysis
@@ -23,15 +23,9 @@
-#define NB_DEPOSIT_INIT 100000
-#define NB_DEPOSIT_GET 1000
-#define NB_DEPOSIT_MARGIN 10000
+#define PERF_TALER_MINTDB_NB_DEPOSIT_INIT 100
+#define PERF_TALER_MINTDB_NB_DEPOSIT_GET 10
-#define NB_BLINDCOIN_INIT 100000
-
-
-// Temporary macro to compile
-#define GAUGER(a,b,c,d)
#endif