Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Bslabe123 committed Dec 6, 2024
1 parent 3e7db98 commit b36df46
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,8 @@ def is_expression_of_t(input_str):
" start. If set to 'inf', all requests are sent at time 0."
" Otherwise, the function is interpreted to generate a Poisson"
" process for request arrival times based on the provided rate"
" expression."
" expression. Current value emitted as the following prometheus"
" metric: 'LatencyProfileGenerator:request_rate'"
),
)
parser.add_argument("--seed", type=int, default=int(time.time()))
Expand Down

0 comments on commit b36df46

Please sign in to comment.