fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 24 Feb 2011 09:47:23 +0000 (09:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 24 Feb 2011 09:47:23 +0000 (09:47 +0000)
src/datastore/perf_datastore_api.c

index ad7dc86ef2a588bd7d757513215d92fa5a74be99..eb4786c2b1392912d5e6ee1564a95a180c59f754 100644 (file)
@@ -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;