Skip to content

Commit

Permalink
increase send relay rate
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Jan 27, 2025
1 parent 21cd1d5 commit abef59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-testing/tests/relays_stress_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ func (s *relaysSuite) forEachRelayBatchSendBatch(_ context.Context, relayBatchIn
// each sending relayRatePerApp relays per second.
relaysPerSec := len(relayBatchInfo.appAccounts) * int(s.relayRatePerApp)
// Determine the interval between each relay request.
relayInterval := time.Second / time.Duration(20)
relayInterval := time.Second / time.Duration(25)

batchWaitGroup := new(sync.WaitGroup)
batchWaitGroup.Add(relaysPerSec * int(blockDurationSec))
Expand Down

0 comments on commit abef59c

Please sign in to comment.