argh
authorChristian Grothoff <christian@grothoff.org>
Fri, 17 Jul 2009 23:43:40 +0000 (23:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 17 Jul 2009 23:43:40 +0000 (23:43 +0000)
src/datastore/perf_plugin_datastore.c
src/datastore/plugin_datastore_sqlite.c

index 0eed035d10cb0d5970e4648c5fef40a2123afbce..6b5ae9a28fae8046fba4dac017fcf0bb1795027b 100644 (file)
@@ -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
  * 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
index eccc27343593bd651aa540ad6f505a7d2674ab00..99f940317703f43b3b47647bd773604549453f1b 100644 (file)
@@ -29,7 +29,7 @@
 #include "plugin_datastore.h"
 #include <sqlite3.h>
 
-#define DEBUG_SQLITE GNUNET_YES
+#define DEBUG_SQLITE GNUNET_NO
 
 /**
  * After how many payload-changing operations