gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14857 - gnunet/src/datastore
Date: Mon, 4 Apr 2011 21:15:46 +0200

Author: grothoff
Date: 2011-04-04 21:15:46 +0200 (Mon, 04 Apr 2011)
New Revision: 14857

Modified:
   gnunet/src/datastore/test_plugin_datastore.c
Log:
dce

Modified: gnunet/src/datastore/test_plugin_datastore.c
===================================================================
--- gnunet/src/datastore/test_plugin_datastore.c        2011-04-04 19:13:44 UTC 
(rev 14856)
+++ gnunet/src/datastore/test_plugin_datastore.c        2011-04-04 19:15:46 UTC 
(rev 14857)
@@ -19,7 +19,7 @@
 */
 /*
  * @file test_plugin_datastore.c
- * @brief Profile database plugin directly, focusing on iterators.
+ * @brief Test database plugin directly, calling each API function once
  * @author Christian Grothoff
  */
 
@@ -31,16 +31,6 @@
 #define VERBOSE GNUNET_NO
 
 /**
- * Target datastore size (in bytes).  Realistic sizes are
- * more like 16 GB (not the default of 16 MB); however,
- * 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 * 128
-
-#define ITERATIONS 2
-
-/**
  * Number of put operations to perform.
  */
 #define PUT_10 10




reply via email to

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