dce
authorChristian Grothoff <christian@grothoff.org>
Mon, 4 Apr 2011 19:15:46 +0000 (19:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 4 Apr 2011 19:15:46 +0000 (19:15 +0000)
src/datastore/test_plugin_datastore.c

index 23f9fe499eec0173c78ec0ad57c4929e5fe90858..d38e908acee232dfdff2c0648d87ad102bc7d2a5 100644 (file)
@@ -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
  */
 
 
 #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.
  */