aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-30 09:49:33 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-30 09:49:33 +0000
commit8ee36d32db928bb8ae6f5289a77ace2e8b120b50 (patch)
treee51d95fc24c6aee7522192618d0b9752305064f8
parentb0f65018c42bce154f32b66957dd590bcd96a6c0 (diff)
downloadgnunet-8ee36d32db928bb8ae6f5289a77ace2e8b120b50.tar.gz
gnunet-8ee36d32db928bb8ae6f5289a77ace2e8b120b50.zip
- gauger test name
-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;