Skip to content

Commit

Permalink
Add warmup for testSendingOnce.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Oct 15, 2024
1 parent 5da22ee commit 8f49368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/kotlin/org/ice4j/socket/SocketPoolTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ class SocketPoolTest : ShouldSpec() {
} else {
Sender.NUM_PACKETS
}
testSendingOnce(numThreads = numThreads, numSockets = numSockets, numPackets = 10000, warmup = true)
testSendingOnce(numThreads = numThreads, numSockets = numSockets, numPackets = numPackets)
} else {
testSending()
Expand Down

0 comments on commit 8f49368

Please sign in to comment.