- gauger test name
authorBart Polot <bart@net.in.tum.de>
Mon, 30 Jul 2012 09:49:33 +0000 (09:49 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 30 Jul 2012 09:49:33 +0000 (09:49 +0000)
src/mesh/test_mesh_local_traffic.c

index 2f0ce2185817ba93978c6b0e87e168662238b940..f0b7aa58d71de2a29268c6fb6b25d0470b6b7076 100644 (file)
@@ -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;