Skip to content

Commit

Permalink
change send rate
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Jan 25, 2025
1 parent 80145cc commit 345c378
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 @@ -1563,7 +1563,7 @@ func (s *relaysSuite) forEachRelayBatchSendBatch(_ context.Context, relayBatchIn

now := time.Now()

for i := 0; i < 10000; i++ {
for i := 0; i < 11000; i++ {
iterationTime := now.Add(time.Duration(i+1) * relayInterval)
batchLimiter.Go(s.ctx, func() {

Expand Down
1 change: 0 additions & 1 deletion pkg/client/tx/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ func (txnClient *txClient) SignAndBroadcast(
return either.SyncErr(err)
}

fmt.Printf("----Tx size: %d\n", len(txBz))
txResponse, err := txnClient.txCtx.BroadcastTx(txBz)
if err != nil {
return either.SyncErr(err)
Expand Down

0 comments on commit 345c378

Please sign in to comment.