Showing
4 changed files
with
4 additions
and
4 deletions
| ... | @@ -181,7 +181,7 @@ public class IOLoopTestClient { | ... | @@ -181,7 +181,7 @@ public class IOLoopTestClient { |
| 181 | } | 181 | } |
| 182 | 182 | ||
| 183 | /** | 183 | /** |
| 184 | - * Reports on the accumulated throughput trackers. | 184 | + * Reports on the accumulated throughput and latency. |
| 185 | */ | 185 | */ |
| 186 | public void report() { | 186 | public void report() { |
| 187 | DecimalFormat f = new DecimalFormat("#,##0"); | 187 | DecimalFormat f = new DecimalFormat("#,##0"); | ... | ... |
| ... | @@ -152,7 +152,7 @@ public class IOLoopTestServer { | ... | @@ -152,7 +152,7 @@ public class IOLoopTestServer { |
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | /** | 154 | /** |
| 155 | - * Reports on the accumulated throughput trackers. | 155 | + * Reports on the accumulated throughput and latency. |
| 156 | */ | 156 | */ |
| 157 | public void report() { | 157 | public void report() { |
| 158 | DecimalFormat f = new DecimalFormat("#,##0"); | 158 | DecimalFormat f = new DecimalFormat("#,##0"); | ... | ... |
| ... | @@ -179,7 +179,7 @@ public class IOLoopTestClient { | ... | @@ -179,7 +179,7 @@ public class IOLoopTestClient { |
| 179 | } | 179 | } |
| 180 | 180 | ||
| 181 | /** | 181 | /** |
| 182 | - * Reports on the accumulated throughput trackers. | 182 | + * Reports on the accumulated throughput and latency. |
| 183 | */ | 183 | */ |
| 184 | public void report() { | 184 | public void report() { |
| 185 | DecimalFormat f = new DecimalFormat("#,##0"); | 185 | DecimalFormat f = new DecimalFormat("#,##0"); | ... | ... |
| ... | @@ -148,7 +148,7 @@ public class IOLoopTestServer { | ... | @@ -148,7 +148,7 @@ public class IOLoopTestServer { |
| 148 | } | 148 | } |
| 149 | 149 | ||
| 150 | /** | 150 | /** |
| 151 | - * Reports on the accumulated throughput trackers. | 151 | + * Reports on the accumulated throughput and latency. |
| 152 | */ | 152 | */ |
| 153 | public void report() { | 153 | public void report() { |
| 154 | DecimalFormat f = new DecimalFormat("#,##0"); | 154 | DecimalFormat f = new DecimalFormat("#,##0"); | ... | ... |
-
Please register or login to post a comment