wip
[oweals/gnunet.git] / src / peerinfo / perf_peerinfo_api.c
index 4cae7ab60d02b396128c860a3dd5e51990de2c4e..4691570ebd8ef27a44611e6f61633c5038440c70 100755 (executable)
@@ -32,6 +32,7 @@
 #include "gnunet_program_lib.h"
 #include "gnunet_time_lib.h"
 #include "peerinfo.h"
+#include <gauger.h>
 
 #define START_SERVICE 1
 
@@ -186,6 +187,7 @@ check ()
           "Received %u/%u calls before timeout\n",
           numpeers,
           NUM_REQUESTS * NUM_REQUESTS / 2);
+  GAUGER ("PEERINFO", "Peerinfo lookups", numpeers / 30, "peers/s");
 #if START_SERVICE
   if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
     {