From 8ee36d32db928bb8ae6f5289a77ace2e8b120b50 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 30 Jul 2012 09:49:33 +0000 Subject: [PATCH] - gauger test name --- src/mesh/test_mesh_local_traffic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) 4 * 1000.0 / total_time.rel_value); // 4bytes * ms FPRINTF (stderr, "Test throughput: %f packets/s\n\n", TARGET * 1000.0 / total_time.rel_value); // 1000 packets * ms - GAUGER ("MESH", "Tunnel 5 peers", TARGET * 1000.0 / total_time.rel_value, + GAUGER ("MESH", "Local traffic default", TARGET * 1000.0 / total_time.rel_value, "packets/s"); } return 0; -- 2.25.1