Skip to content

Commit 930f65e

Browse files
authored
Print connections and stream number for more useful throughput data (#5037)
1 parent 186accc commit 930f65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perf/lib/PerfClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ PerfClient::Wait(
392392
WriteOutput("Result: Download %llu kbps.\n", DownloadRate);
393393
}
394394

395-
} else if (!PrintThroughput && !PrintLatency) {
395+
} else if (!PrintConnThroughput && !PrintLatency) {
396396
if (CompletedConnections && CompletedStreams) {
397397
WriteOutput(
398398
"Completed %llu connections and %llu streams!\n",

0 commit comments

Comments
 (0)