Skip to content

Commit

Permalink
pretty statistics output.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonghaishang committed Apr 21, 2020
1 parent 175e236 commit 12c702e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void run(String[] args) throws Exception {
System.out.println("----------Benchmark Statistics--------------");
System.out.println(
" Running: " + runtimeSeconds + "s"
+ (option.getWarmUp() > 0 ? "and warm up for " + option.getWarmUp() + "s" : "")
+ (option.getWarmUp() > 0 ? " and warm up for " + option.getWarmUp() + "s" : "")
+ " test @ " + option.getTargetInterface());

System.out.println(" " + threads + " threads and " + connections + " connections");
Expand Down

0 comments on commit 12c702e

Please sign in to comment.