You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't upload compiler benchmark debug info to the benchmark database (#153769)
Summary:
During our debug session, wdvr and I found out that the benchmark database is growing much faster than we expect. After taking a closer look, the majority of them coming from TorchInductor benchmark and the top 3 are all debug information not used by any dashboard atm. In the period of 7 days, there are close to 6 millions records ([query](https://paste.sh/GUVCBa0v#UzszFCZaWQxh7oSVsZtfZdVE))
```
Benchmark,Metric,Count
"TorchInductor","user_stack","1926014"
"TorchInductor","reason","1926014"
"TorchInductor","model","1926014"
```
Let's skip uploading them to avoid bloating the database.
X-link: pytorch/pytorch#153769
Approved by: https://github.com/malfet
Reviewed By: yangw-dev
Differential Revision: D75295298
fbshipit-source-id: 621e582c8908bf58fe79fc5069ea814494d8f78c
0 commit comments