gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14517 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r14517 - gnunet/src/datastore
Date: Thu, 24 Feb 2011 10:47:23 +0100

Author: grothoff
Date: 2011-02-24 10:47:23 +0100 (Thu, 24 Feb 2011)
New Revision: 14517

Modified:
   gnunet/src/datastore/perf_datastore_api.c
Log:
fix

Modified: gnunet/src/datastore/perf_datastore_api.c
===================================================================
--- gnunet/src/datastore/perf_datastore_api.c   2011-02-24 09:45:59 UTC (rev 
14516)
+++ gnunet/src/datastore/perf_datastore_api.c   2011-02-24 09:47:23 UTC (rev 
14517)
@@ -304,7 +304,7 @@
                       "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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]