gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8746 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r8746 - gnunet/src/datastore
Date: Fri, 17 Jul 2009 17:43:40 -0600

Author: grothoff
Date: 2009-07-17 17:43:40 -0600 (Fri, 17 Jul 2009)
New Revision: 8746

Modified:
   gnunet/src/datastore/perf_plugin_datastore.c
   gnunet/src/datastore/plugin_datastore_sqlite.c
Log:
argh

Modified: gnunet/src/datastore/perf_plugin_datastore.c
===================================================================
--- gnunet/src/datastore/perf_plugin_datastore.c        2009-07-17 23:41:52 UTC 
(rev 8745)
+++ gnunet/src/datastore/perf_plugin_datastore.c        2009-07-17 23:43:40 UTC 
(rev 8746)
@@ -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

Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2009-07-17 23:41:52 UTC 
(rev 8745)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2009-07-17 23:43:40 UTC 
(rev 8746)
@@ -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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]