Skip to content

Commit

Permalink
chore: tweak batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jul 5, 2024
1 parent b6cf957 commit dc1f81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule Loadfest.Pipeline do

def handle_demand(demand, state) when demand > 0 do
# num = Enum.random([250, 150, 50])
num = Enum.random([2250, 1150, 2550])
num = Enum.random([225, 115, 75, 350])
text = Enum.random(["aaa","bbb", "ccc", "ddd", "eee"])

messages =
Expand Down

0 comments on commit dc1f81e

Please sign in to comment.