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
vllm_cscc
Commits
96aa014d
Unverified
Commit
96aa014d
authored
Mar 28, 2024
by
Simon Mo
Committed by
GitHub
Mar 28, 2024
Browse files
fix benchmark format reporting in buildkite (#3693)
parent
1715056f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.buildkite/run-benchmarks.sh
.buildkite/run-benchmarks.sh
+3
-1
No files found.
.buildkite/run-benchmarks.sh
View file @
96aa014d
...
...
@@ -49,7 +49,9 @@ sed -n '$p' benchmark_throughput.txt >> benchmark_results.md # last line
echo
"### Serving Benchmarks"
>>
benchmark_results.md
sed
-n
'1p'
benchmark_serving.txt
>>
benchmark_results.md
# first line
echo
""
>>
benchmark_results.md
tail
-n
13 benchmark_serving.txt
>>
benchmark_results.md
# last 13 lines
echo
'```'
>>
benchmark_results.md
tail
-n
20 benchmark_serving.txt
>>
benchmark_results.md
# last 20 lines
echo
'```'
>>
benchmark_results.md
# upload the results to buildkite
/workspace/buildkite-agent annotate
--style
"info"
--context
"benchmark-results"
< benchmark_results.md
...
...
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