Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize the benchmark output folder #166

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gavinlichn
Copy link
Collaborator

Description

For each benchmark test case, save benchmark result in same folder.

Issues

n/a

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

Describe the tests that you ran to verify your changes.

For each benchmark test case, save benchmark result in same folder.

Signed-off-by: Li Gang <[email protected]>
@gavinlichn gavinlichn requested review from Zhenzhong1 and removed request for lvliang-intel October 18, 2024 06:31
Copy link
Collaborator

@Zhenzhong1 Zhenzhong1 left a comment

Choose a reason for hiding this comment

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

Why do we save benchmark result in same folder For each benchmark test case, ?

How do we know which outcome belongs to which cases?

I guess may affect the CD workflow when calculating the average latency for each test case. Please help to check~
@daisy-ycguo @chensuyue

@gavinlichn
Copy link
Collaborator Author

gavinlichn commented Oct 18, 2024

Why do we save benchmark result in same folder For each benchmark test case, ?

How do we know which outcome belongs to which cases?

For each case, will create one folder. For next case, will create another folder. So, we can identify the test case of the folder.

For current code, for each test case, will create MULTIPLE folders, one folder for each "user_queries" item.
For example, if plan to test the chatqna for 4, 8, 16, 32 queries, it will create 4 folders.

After applied my PR, it will create one folder, and put 4 queries' results into this folder, make it easy to compare and report.

I guess may affect the CD workflow when calculating the average latency for each test case. Please help to check~ @daisy-ycguo @chensuyue

@gavinlichn
Copy link
Collaborator Author

@chensuyue Can you help to confirm please? Does the CD flow depend on current folder structure or now.

@lvliang-intel
Copy link
Collaborator

@chensuyue Can you help to confirm please? Does the CD flow depend on current folder structure or now.

@chensuyue, please help to confirm.

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.

3 participants