From: Christian Grothoff Date: Thu, 24 Feb 2011 09:47:23 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~19064 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fa5564e4528fbc258f4b7806bb6940fb713947e7;p=oweals%2Fgnunet.git fix --- 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, "PUT operations in %s-datastore", plugin_name); if (crc->i == ITERATIONS) - GAUGER (gstr, 1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value), "ops"); + GAUGER (gstr, 1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value), "op/s"); GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES); GNUNET_free (crc); ok = 0;