Skip to content

Commit cbdf7fb

Browse files
authored
Merge pull request #1772 from Kobzol/binary-stats
Add a `collector` command to examine and compare binary size statistics
2 parents a2a2175 + a93c011 commit cbdf7fb

File tree

8 files changed

+837
-103
lines changed

8 files changed

+837
-103
lines changed

Cargo.lock

Lines changed: 184 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

collector/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ thousands = "0.2.0"
3737
rustc-demangle = { version = "0.1", features = ["std"] }
3838
similar = "2.2"
3939
console = "0.15"
40+
object = "0.32.1"
41+
tabled = { version = "0.14.0" , features = ["ansi-str"]}
42+
humansize = "2.1.3"
43+
regex = "1.7.1"
4044

4145
benchlib = { path = "benchlib" }
4246

0 commit comments

Comments
 (0)