From: Christian Grothoff Date: Mon, 4 Apr 2011 19:15:46 +0000 (+0000) Subject: dce X-Git-Tag: initial-import-from-subversion-38251~18803 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3e8ee62381ead509fdac94482f1dab9a832106f;p=oweals%2Fgnunet.git dce --- diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c index 23f9fe499..d38e908ac 100644 --- a/src/datastore/test_plugin_datastore.c +++ b/src/datastore/test_plugin_datastore.c @@ -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 */ @@ -30,16 +30,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. */