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

[ch] tts_duration_historical (not gated) #5732

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

Conversation

clee2000
Copy link
Contributor

Migrate tts_duration_historical to CH. Use CH always

Breaks the page because this is only 1 query (select avg on the page) of 2 (the other is percentiles)

Remove timezone option: imo too confusing when comparing pages with other people due to the group by value changing

There are small differences in graph with original query that I assume is just due to _event_time vs created_at

https://hud.pytorch.org/tts

Copy link

vercel bot commented Sep 30, 2024

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

Name Status Preview Comments Updated (UTC)
torchci ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 3:58pm

@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 Sep 30, 2024
@@ -130,13 +129,13 @@ function Graphs({
return <Skeleton variant={"rectangular"} height={"100%"} />;
}

let startTime = queryParams.find((p) => p.name === "startTime")?.value;
let stopTime = queryParams.find((p) => p.name === "stopTime")?.value;
let startTime = (queryParams as any)["startTime"];
Copy link
Contributor

Choose a reason for hiding this comment

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

IIRC, if you declare queryParams as { [k: string]: any }, then casting is not needed here

@huydhn
Copy link
Contributor

huydhn commented Oct 8, 2024

@clee2000
Copy link
Contributor Author

clee2000 commented Oct 8, 2024

CH version fails to load for me https://torchci-git-csl-chttsdurationhistorical-fbopensource.vercel.app/tts

Fixed, dunno how I missed it before, probably commited poorly

@huydhn
Copy link
Contributor

huydhn commented Oct 8, 2024

Pre-stamped as I might be slow to response, pending your fix

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