-
Notifications
You must be signed in to change notification settings - Fork 638
[Backend Tester] Add CSV report generation #12741
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
base: gh/GregoryComer/87/head
Are you sure you want to change the base?
Conversation
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12741
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 5cc4941 with merge base 4fd2079 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -0,0 +1,101 @@ | |||
import torch |
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.
Thank you!
] | ||
|
||
class Reporting(unittest.TestCase): | ||
def test_csv_report_simple(self): |
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.
Nit: tsv works better usually
ghstack-source-id: 6264a78 ghstack-comment-id: 3105325555 Pull-Request: pytorch#12741
Add some initial CSV report generation, detailing results and parameters for each individual test. Delegation statistics and such will come next. I've also added a basic test for the report generation, which I will expand upon in this stack.
Here's some sample output from running add tests for XNNPACK: