From fa5564e4528fbc258f4b7806bb6940fb713947e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 24 Feb 2011 09:47:23 +0000 Subject: [PATCH] fix --- src/datastore/perf_datastore_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1