Skip to content

Commit

Permalink
decrease batch size in load test report prep
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Nov 22, 2023
1 parent 541c887 commit a916f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ func TestLogTrigger(t *testing.T) {

upkeepDelays := make([][]int64, 0)
var numberOfEventsEmitted int
var batchSize uint64 = 100
var batchSize uint64 = 500

for _, gen := range p.Generators {
numberOfEventsEmitted += len(gen.GetData().OKData.Data)
Expand Down

0 comments on commit a916f3e

Please sign in to comment.