aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/test_mesh_local_traffic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_local_traffic.c b/src/mesh/test_mesh_local_traffic.c
index 2f0ce2185..f0b7aa58d 100644
--- a/src/mesh/test_mesh_local_traffic.c
+++ b/src/mesh/test_mesh_local_traffic.c
@@ -353,7 +353,7 @@ main (int argc, char *argv[])
353 4 * 1000.0 / total_time.rel_value); // 4bytes * ms 353 4 * 1000.0 / total_time.rel_value); // 4bytes * ms
354 FPRINTF (stderr, "Test throughput: %f packets/s\n\n", 354 FPRINTF (stderr, "Test throughput: %f packets/s\n\n",
355 TARGET * 1000.0 / total_time.rel_value); // 1000 packets * ms 355 TARGET * 1000.0 / total_time.rel_value); // 1000 packets * ms
356 GAUGER ("MESH", "Tunnel 5 peers", TARGET * 1000.0 / total_time.rel_value, 356 GAUGER ("MESH", "Local traffic default", TARGET * 1000.0 / total_time.rel_value,
357 "packets/s"); 357 "packets/s");
358 } 358 }
359 return 0; 359 return 0;