Skip to content

Conversation

yangw-dev
Copy link
Contributor

@yangw-dev yangw-dev commented Sep 12, 2025

For API:

  • Add model filters during query
  • Add format options table, and raw
  • add API hook method for frontend

add listCommits api

For regression lambda

  • Add regression policy for compilation latency (if new value> 1.05 x baseline, consider as regression)
  • Change the data format to match with the api

Copy link

vercel bot commented Sep 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
torchci Ready Ready Preview Sep 16, 2025 9:10am

@meta-cla meta-cla 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 12, 2025
@yangw-dev yangw-dev changed the title add old way replace existing api Sep 12, 2025
@yangw-dev yangw-dev changed the title replace existing api Improve the time series api Sep 13, 2025
@yangw-dev yangw-dev requested a review from huydhn September 13, 2025 18:36
@yangw-dev yangw-dev changed the title Improve the time series api Improve the time series api + add policy for regression Sep 13, 2025
@yangw-dev yangw-dev marked this pull request as ready for review September 13, 2025 19:30
multiSearchAnyCaseInsensitive(arch, {arch: Array(String)})
OR empty({arch: Array(String)})
)
ORDER BY branch, timestamp, commit
Copy link
Contributor

Choose a reason for hiding this comment

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

Order by commit is weird, as it's just a random hash. Do you mean sorted by workfflow_id here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can remove this, think timstamp is enough

Copy link
Contributor

@huydhn huydhn left a comment

Choose a reason for hiding this comment

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

I reviewed mainly the SQL queries and found a minor issue there. The rest LGTM I guess

@yangw-dev yangw-dev merged commit 9ae4838 into main Sep 16, 2025
7 checks passed
@yangw-dev yangw-dev deleted the replaceapi branch September 16, 2025 09:28
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.

2 participants