Skip to content

Commit

Permalink
chore: update loadgen to be more specific for numberOfConcurrentReque…
Browse files Browse the repository at this point in the history
…sts caveat (#319)
  • Loading branch information
pratik151192 authored Oct 31, 2023
1 parent 31f4ed6 commit 5b005dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ public static void main(String[] args) throws InterruptedException {
// but it will also increase CPU consumption. As CPU usage increases and there
// is more contention between the concurrent function calls, client-side latencies
// may increase.
//
// Note: You are likely to see degraded performance if you increase this above 50
// and observe elevated client-side latencies.
final int numberOfConcurrentRequests = 50;
//
// Sets an upper bound on how many requests per second will be sent to the server.
Expand Down

0 comments on commit 5b005dd

Please sign in to comment.