Skip to content

Conversation

@PerryZhang01
Copy link
Contributor

Motivation

this PR aims to automatically print all performance information and save it into excel file in clean format.

Technical Details

step 1: please pip install pandas openpyxl
step 2: git clone https://github.com/kimbochen/bench_serving.git in current path
step 3: change the variables in scripts
step 4: bash benchmark.sh

Test Result

the screen will print as below:
image
and the excel file format as:
image

set -euo pipefail

# step 1: please pip install pandas openpyxl
# step 2: git clone https://github.com/kimbochen/bench_serving.git in current path
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haonan had adapt this one into https://github.com/ROCm/ATOM/blob/main/atom/benchmarks/benchmark_serving.py we can use this one now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants