-
Notifications
You must be signed in to change notification settings - Fork 88
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
Always show time range picker on benchmark dashboard #6235
Conversation
@huydhn is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
torchci/pages/benchmark/llms.tsx
Outdated
/> | ||
</Stack> | ||
<Stack> | ||
<>Loading {REPO_TO_BENCHMARKS[repoName].join(", ")}...</> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it can be a little confusing for loading statement, maybe something indicate no data is found/
"No record detected {REPO_TO_BENCHMARKS[repoName].join(", ")}, please select different time range"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this message is quite vague
Fixes #6222
This is a minor tweak to always show time range picker on benchmark dashboard so that people can choose a larger window than 7 days when there is no data.
Testing
https://hud.pytorch.org/benchmark/llms?repoName=pytorch%2Fao shows nothing as nothing has been run in the last 7 days
https://torchci-git-fork-huydhn-fix-dashboard-no-da-e651c3-fbopensource.vercel.app/benchmark/llms?repoName=pytorch%2Fao at least show the option to increase the time range to show older data