From 5ee114a710348292e44f1f7865095381df3166fc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jul 2009 23:43:40 +0000 Subject: argh --- src/datastore/perf_plugin_datastore.c | 7 +++---- src/datastore/plugin_datastore_sqlite.c | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index 0eed035d1..6b5ae9a28 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 diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index eccc27343..99f940317 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -29,7 +29,7 @@ #include "plugin_datastore.h" #include -#define DEBUG_SQLITE GNUNET_YES +#define DEBUG_SQLITE GNUNET_NO /** * After how many payload-changing operations -- cgit v1.2.3