Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Oct 15, 2024
1 parent 4403e8a commit 5da22ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/org/ice4j/socket/SocketPoolTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class SocketPoolTest : ShouldSpec() {
val elapsed = sendTimeOnAllSockets(pool, numThreads, numPackets)
if (!warmup) {
println(
"Send ${Sender.NUM_PACKETS} packets on $numSockets sockets on $numThreads threads " +
"Send $numPackets packets on $numSockets sockets on $numThreads threads " +
"took $elapsed"
)
}
Expand Down

0 comments on commit 5da22ee

Please sign in to comment.