-
Notifications
You must be signed in to change notification settings - Fork 963
Add timestamps for pte generation in CI #10761
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersmodule: ciIssues related to continuous integrationIssues related to continuous integrationtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersmodule: ciIssues related to continuous integrationIssues related to continuous integrationtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
To triage
Status
No status
🚀 The feature, motivation and pitch
Regression tracking for aot export times: add some timestamps to indicate how long the llama export took:
executorch/.ci/scripts/test_llama.sh
Line 268 in d67fb52
And fail if the export time is over some threshold. For now, we can set the threshold to be the time it takes to export the longest-running configuration.
The breakdown can look something like this:
Alternatives
No response
Additional context
No response
RFC (Optional)
No response