Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
e1c685b1
"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "203a7f27dac2197ddcf5bb1cfd105596a19ea990"
Unverified
Commit
e1c685b1
authored
Dec 17, 2025
by
Tanmay Verma
Committed by
GitHub
Dec 18, 2025
Browse files
fix: Remove debug logging from aiperf benchmarking (#5010)
parent
1b8869f5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
6 deletions
+1
-6
benchmarks/llm/perf.sh
benchmarks/llm/perf.sh
+0
-1
docs/backends/trtllm/gpt-oss.md
docs/backends/trtllm/gpt-oss.md
+0
-1
examples/backends/trtllm/performance_sweeps/scripts/bench.sh
examples/backends/trtllm/performance_sweeps/scripts/bench.sh
+0
-1
examples/deployments/router_standalone/perf.sh
examples/deployments/router_standalone/perf.sh
+0
-1
tests/planner/README.md
tests/planner/README.md
+1
-2
No files found.
benchmarks/llm/perf.sh
View file @
e1c685b1
...
...
@@ -236,7 +236,6 @@ for concurrency in "${concurrency_array[@]}"; do
--random-seed
100
\
--artifact-dir
${
artifact_dir
}
\
--ui
simple
\
-v
\
-H
'Authorization: Bearer NOT USED'
\
-H
'Accept: text/event-stream'
...
...
docs/backends/trtllm/gpt-oss.md
View file @
e1c685b1
...
...
@@ -430,7 +430,6 @@ aiperf profile \
--num-dataset-entries
8000
\
--random-seed
100
\
--artifact-dir
/tmp/benchmark-results
\
-v
\
-H
'Authorization: Bearer NOT USED'
\
-H
'Accept: text/event-stream'
```
...
...
examples/backends/trtllm/performance_sweeps/scripts/bench.sh
View file @
e1c685b1
...
...
@@ -174,7 +174,6 @@ for concurrency in ${concurrency_list}; do
--num-dataset-entries
${
num_prompts
}
\
--random-seed
100
\
--artifact-dir
${
artifacts_dir
}
\
-v
\
-H
'Authorization: Bearer NOT USED'
\
-H
'Accept: text/event-stream'
echo
"Benchmark with concurrency
${
concurrency
}
done"
...
...
examples/deployments/router_standalone/perf.sh
View file @
e1c685b1
...
...
@@ -47,6 +47,5 @@ aiperf profile \
--request-count
${
num_requests
}
\
--num-dataset-entries
${
num_unique_prompts
}
\
--random-seed
${
seed
}
\
-v
\
-H
'Authorization: Bearer NOT USED'
\
-H
'Accept: text/event-stream'
tests/planner/README.md
View file @
e1c685b1
...
...
@@ -286,8 +286,7 @@ aiperf profile \
--streaming
\
--input-file
/workspace/rr-5-45_i3000o300.jsonl
\
# path to the generated load dataset \
--custom-dataset-type
mooncake_trace
\
--goodput
"time_to_first_token:200 inter_token_latency:10"
\
-v
--goodput
"time_to_first_token:200 inter_token_latency:10"
```
> [!NOTE]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment