Skip to content

Commit 5c79bc5

Browse files
committed
Add command for comparing the binary size of artifacts
1 parent f0f7496 commit 5c79bc5

File tree

5 files changed

+645
-18
lines changed

5 files changed

+645
-18
lines changed

Cargo.lock

Lines changed: 128 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

collector/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,13 @@ thousands = "0.2.0"
3737
rustc-demangle = { version = "0.1", features = ["std"] }
3838
similar = "2.2"
3939
console = "0.15"
40+
elf = "0.7.4"
41+
ar = "0.9.0"
42+
tabled = { version = "0.14.0" , features = ["ansi-str"]}
43+
humansize = "2.1.3"
4044

4145
benchlib = { path = "benchlib" }
46+
regex = "1.7.1"
4247

4348
[target.'cfg(windows)'.dependencies]
4449
miow = "0.3"

0 commit comments

Comments
 (0)