aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo')
-rwxr-xr-xsrc/peerinfo/perf_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c
index 780333515..dbeb42251 100755
--- a/src/peerinfo/perf_peerinfo_api.c
+++ b/src/peerinfo/perf_peerinfo_api.c
@@ -187,7 +187,7 @@ check ()
187 "Received %u/%u calls before timeout\n", 187 "Received %u/%u calls before timeout\n",
188 numpeers, 188 numpeers,
189 NUM_REQUESTS * NUM_REQUESTS / 2); 189 NUM_REQUESTS * NUM_REQUESTS / 2);
190 GAUGER ("Peerinfo lookups_peers", numpeers / 30, "s"); 190 GAUGER ("Peerinfo lookups", numpeers / 30, "peers/s");
191#if START_SERVICE 191#if START_SERVICE
192 if (0 != GNUNET_OS_process_kill (proc, SIGTERM)) 192 if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
193 { 193 {