oxc/.github/workflows/bloat.tmpl
Boshen 2045a326be
ci: update cargo bloat and add cargo-unused (#158)
* ci: try strip symbols from std

* ci: add cargo-unused

* ci(bloat): fix the command

stripping debug symbol from std is not working with nightly + target
2023-03-08 22:16:38 +08:00

13 lines
104 B
Cheetah

# Bloat Summary
## Largest functions
```
${BLOAT_FUNC}
```
## Largest crates
```
${BLOAT_CRATE}
```