Skip to content

[Queue Time Analysis] #6680

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

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

[Queue Time Analysis] #6680

wants to merge 6 commits into from

Conversation

yangw-dev
Copy link
Contributor

@yangw-dev yangw-dev commented May 29, 2025

Adding multiple charts to queue time anlaysis

Demo:https://torchci-git-qaupadet-fbopensource.vercel.app/queue_time_analysis

Signed-off-by: Yang Wang <[email protected]>
Copy link

vercel bot commented May 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
torchci ✅ Ready (Inspect) Visit Preview Jun 2, 2025 7:40pm

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 29, 2025
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
@yangw-dev yangw-dev requested a review from wdvr May 29, 2025 22:32
@yangw-dev yangw-dev marked this pull request as ready for review May 29, 2025 22:33
},
xAxis: {
type: "category",
data: xAxisLabels,
},
yAxis: {
type: "value",
axisLabel: {
formatter: (value: number) => {
if (value >= 86400) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the same code as line 304 - let's make a method

yangw-dev and others added 3 commits June 2, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants