aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-04 19:15:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-04 19:15:46 +0000
commitb3e8ee62381ead509fdac94482f1dab9a832106f (patch)
treeaf031f6aa3e11a3bd0950a11bfa2fd808f147295 /src
parent10a431eaf10887ab914225d4af748c389a5e0e00 (diff)
downloadgnunet-b3e8ee62381ead509fdac94482f1dab9a832106f.tar.gz
gnunet-b3e8ee62381ead509fdac94482f1dab9a832106f.zip
dce
Diffstat (limited to 'src')
-rw-r--r--src/datastore/test_plugin_datastore.c12
1 files changed, 1 insertions, 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 @@
19*/ 19*/
20/* 20/*
21 * @file test_plugin_datastore.c 21 * @file test_plugin_datastore.c
22 * @brief Profile database plugin directly, focusing on iterators. 22 * @brief Test database plugin directly, calling each API function once
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25 25
@@ -31,16 +31,6 @@
31#define VERBOSE GNUNET_NO 31#define VERBOSE GNUNET_NO
32 32
33/** 33/**
34 * Target datastore size (in bytes). Realistic sizes are
35 * more like 16 GB (not the default of 16 MB); however,
36 * those take too long to run them in the usual "make check"
37 * sequence. Hence the value used for shipping is tiny.
38 */
39#define MAX_SIZE 1024LL * 1024 * 128
40
41#define ITERATIONS 2
42
43/**
44 * Number of put operations to perform. 34 * Number of put operations to perform.
45 */ 35 */
46#define PUT_10 10 36#define PUT_10 10