aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-24 09:47:23 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-24 09:47:23 +0000
commitfa5564e4528fbc258f4b7806bb6940fb713947e7 (patch)
tree3220e126d490cc7cdf170ea12753bb5e84966298 /src/datastore
parent289d7925ed874e9862baa0590018fb619cd635a4 (diff)
downloadgnunet-fa5564e4528fbc258f4b7806bb6940fb713947e7.tar.gz
gnunet-fa5564e4528fbc258f4b7806bb6940fb713947e7.zip
fix
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 ad7dc86ef..eb4786c2b 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -304,7 +304,7 @@ run_continuation (void *cls,
304 "PUT operations in %s-datastore", 304 "PUT operations in %s-datastore",
305 plugin_name); 305 plugin_name);
306 if (crc->i == ITERATIONS) 306 if (crc->i == ITERATIONS)
307 GAUGER (gstr, 1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value), "ops"); 307 GAUGER (gstr, 1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value), "op/s");
308 GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES); 308 GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES);
309 GNUNET_free (crc); 309 GNUNET_free (crc);
310 ok = 0; 310 ok = 0;