We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dfaba commit be019f5Copy full SHA for be019f5
client/Client.java
@@ -88,6 +88,7 @@ else while (menuSelection != 8) {
88
89
System.out.println("Average response time: " + (totalTime.get() / numProcesses) + " ms\n");
90
numProcesses = 1;
91
+ printOutput = true;
92
}
93
94
0 commit comments