fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 24 Feb 2011 08:54:37 +0000 (08:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 24 Feb 2011 08:54:37 +0000 (08:54 +0000)
src/peerinfo/perf_peerinfo_api.c

index 780333515c6e65423a15cf069b15f9eadbec26b1..dbeb42251b3bdfe6a1fc93fb10630c21584b7d91 100755 (executable)
@@ -187,7 +187,7 @@ check ()
           "Received %u/%u calls before timeout\n",
           numpeers,
           NUM_REQUESTS * NUM_REQUESTS / 2);
-  GAUGER ("Peerinfo lookups_peers", numpeers / 30, "s");
+  GAUGER ("Peerinfo lookups", numpeers / 30, "peers/s");
 #if START_SERVICE
   if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
     {