aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2009-07-17 23:43:40 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2009-07-17 23:43:40 +0000
commitfd4070882afc35d27493a03e37204a131b2a3411 (patch)
treeebdba24dd106b586b4f5c813a79ae55044e94a17 /src/datastore/perf_plugin_datastore.c
parent2d46d094f986164e1804f3bbc949fea3df6a73ed (diff)
argh
git-svn-id: https://gnunet.org/svn/gnunet@8746 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index 0eed035d10..6b5ae9a28f 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -28,7 +28,7 @@
#include "gnunet_protocols.h"
#include "plugin_datastore.h"
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
/**
* Target datastore size (in bytes). Realistic sizes are
@@ -36,10 +36,9 @@
* those take too long to run them in the usual "make check"
* sequence. Hence the value used for shipping is tiny.
*/
-#define MAX_SIZE 1024LL * 1024 / 4
-// * 128
+#define MAX_SIZE 1024LL * 1024 * 128
-#define ITERATIONS 2
+#define ITERATIONS 10
/**
* Number of put operations equivalent to 1/10th of MAX_SIZE