From b36df468ca641caa135ce5be7541ccdfe8cce89a Mon Sep 17 00:00:00 2001 From: Brendan Slabe Date: Fri, 6 Dec 2024 18:09:03 +0000 Subject: [PATCH] update description --- .../tools/profile-generator/container/benchmark_serving.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py b/benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py index f380a22e0..e0cab7a27 100644 --- a/benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py +++ b/benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py @@ -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()))