This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Benchmark : Fix remote push job (#129)
SUMMARY: `github-action-benchmark` action, needs a JSON file with metrics for reporting. It throws an error when the JSON is empty or doesn't have any data. Bug: On the `remote push` benchmark job, we produce the necessary files, but they don't have any JSON data. Fix: Make the logging script skip file creation if the file is going to be empty. In the GHA side, add logic to skip processing when a desired file does not exist. Additional changes: - Rename `GHABenchmarkToolName` -> `BenchmarkMetricType` - Add a `Observation` BenchmarkMetricType - This could be useful in the near future when we discover volatile metrics. TEST PLAN: Jobs on this PR. Co-authored-by: Varun Sundar Rabindranath <[email protected]>
- Loading branch information
1 parent
b335bf7
commit 123d4d7
Showing
6 changed files
with
144 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters