aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-18 21:43:01 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-18 21:43:01 +0000
commit148b43fe397835a72d84ec6813e1fe5d0aafbe69 (patch)
treea53048d1364decc5ac3369d6c5ee6b4dee6bf4a0 /src/datastore
parent30452a93723d7b8fff1148c3b803a495afaf19b6 (diff)
downloadgnunet-148b43fe397835a72d84ec6813e1fe5d0aafbe69.tar.gz
gnunet-148b43fe397835a72d84ec6813e1fe5d0aafbe69.zip
gaugering
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/perf_datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 6aee1f725..2a2e628a3 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -302,7 +302,7 @@ run_continuation (void *cls,
302 case RP_DONE: 302 case RP_DONE:
303 GNUNET_snprintf (gstr, sizeof (gstr), 303 GNUNET_snprintf (gstr, sizeof (gstr),
304 "PUT operations in %s-datastore_op/s", 304 "PUT operations in %s-datastore_op/s",
305 plugins_name); 305 plugin_name);
306 if (crc->i == ITERATIONS) 306 if (crc->i == ITERATIONS)
307 GAUGER (1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value), 307 GAUGER (1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value),
308 gstr); 308 gstr);