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
Here's the overall time to `full` compile everything, webrender vs
webrender-2022:
```
old new
- check 15.8s 21.9s
- debug 19.5s 28.4s
- opt 25.0s 38.9s
```
Roughly 1.5x longer.
And here's the time to `full` compile just the final crate:
```
old new
- check 1.74s 4.28s
- debug 4.70s 9.92s
- opt 9.58s 19.14s
```
Roughly 2x longer.
0 commit comments