From b3e8ee62381ead509fdac94482f1dab9a832106f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 4 Apr 2011 19:15:46 +0000 Subject: [PATCH] dce --- src/datastore/test_plugin_datastore.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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. */ -- 2.25.1