Skip to content

Commit

Permalink
chore: remove unused ying-profiler (MystenLabs#6627)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored Dec 7, 2022
1 parent fd72e10 commit 40ee55a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 81 deletions.
74 changes: 7 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/sui-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ typed-store.workspace = true
mysten-network.workspace = true
telemetry-subscribers.workspace = true

ying-profiler = { git = "https://github.com/velvia/ying-profiler", features = ["profile-spans"] }

workspace-hack.workspace = true

[target.'cfg(msim)'.dependencies]
Expand Down
14 changes: 2 additions & 12 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ clap-f595c2ba2a3f28df = { package = "clap", version = "2", features = ["ansi_ter
clap-7b89eefb6aaa9bf3 = { package = "clap", version = "3", features = ["atty", "clap_derive", "color", "derive", "once_cell", "std", "strsim", "suggestions", "termcolor"] }
clap_lex = { version = "0.2", default-features = false }
clear_on_drop = { version = "0.2", default-features = false }
coarsetime = { version = "0.1", default-features = false }
codespan = { version = "0.11", default-features = false, features = ["serde", "serialization"] }
codespan-reporting = { version = "0.11", default-features = false, features = ["serde", "serialization"] }
collectable = { version = "0.0.2", default-features = false }
Expand Down Expand Up @@ -150,8 +149,7 @@ ctr = { version = "0.9", default-features = false }
curve25519-dalek = { version = "3", default-features = false, features = ["alloc", "serde", "std", "u64_backend"] }
curve25519-dalek-fiat = { version = "0.1", default-features = false, features = ["alloc", "fiat-crypto", "fiat_u64_backend", "std"] }
curve25519-dalek-ng = { version = "4", features = ["alloc", "serde", "std", "u64_backend"] }
dashmap-aab1d76ef665c0d4 = { package = "dashmap", git = "https://github.com/velvia/dashmap", rev = "a6e36242044f86412531c24c437e95beadc67b62", default-features = false }
dashmap-cdf1610d3e1514e9 = { package = "dashmap", version = "5", default-features = false }
dashmap = { version = "5", default-features = false }
data-encoding = { version = "2", features = ["alloc", "std"] }
data-encoding-macro = { version = "0.1", default-features = false }
datatest-stable = { version = "0.1", default-features = false }
Expand Down Expand Up @@ -241,7 +239,6 @@ hakari = { version = "0.11", default-features = false, features = ["cli-support"
half = { version = "1", default-features = false }
hashbrown-a6292c17cd707f01 = { package = "hashbrown", version = "0.11", features = ["ahash", "inline-more"] }
hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["ahash", "inline-more", "raw"] }
hashbrown-23157565204cc58a = { package = "hashbrown", git = "https://github.com/velvia/hashbrown", rev = "db403dbf63207e22ef388fd6c182e7daa594bce4", default-features = false }
hashlink = { version = "0.8", default-features = false }
hdrhistogram = { version = "7", features = ["base64", "crossbeam-channel", "flate2", "nom", "serialization", "sync"] }
heck-468e82937335b1c9 = { package = "heck", version = "0.3", default-features = false }
Expand Down Expand Up @@ -632,13 +629,11 @@ web-sys = { version = "0.3", default-features = false, features = ["BinaryType",
webpki = { version = "0.22", default-features = false, features = ["alloc", "std"] }
webpki-roots = { version = "0.22", default-features = false }
whoami = { version = "1" }
wyhash = { version = "0.5", default-features = false }
wyz = { version = "0.2", default-features = false, features = ["alloc"] }
x509-parser = { version = "0.14", features = ["ring", "verify"] }
yaml-rust = { version = "0.4", default-features = false }
yansi = { version = "0.5", default-features = false }
yasna = { version = "0.5", features = ["std", "time"] }
ying-profiler = { git = "https://github.com/velvia/ying-profiler", default-features = false, features = ["profile-spans", "tracing"] }
zeroize = { version = "1", features = ["alloc", "zeroize_derive"] }
zstd-sys = { version = "2", features = ["legacy", "zdict_builder"] }

Expand Down Expand Up @@ -761,7 +756,6 @@ clap_derive = { version = "3" }
clap_lex = { version = "0.2", default-features = false }
clear_on_drop = { version = "0.2", default-features = false }
cmake = { version = "0.1", default-features = false }
coarsetime = { version = "0.1", default-features = false }
codespan = { version = "0.11", default-features = false, features = ["serde", "serialization"] }
codespan-reporting = { version = "0.11", default-features = false, features = ["serde", "serialization"] }
collectable = { version = "0.0.2", default-features = false }
Expand Down Expand Up @@ -802,8 +796,7 @@ curve25519-dalek-ng = { version = "4", features = ["alloc", "serde", "std", "u64
darling = { version = "0.14", features = ["suggestions"] }
darling_core = { version = "0.14", default-features = false, features = ["strsim", "suggestions"] }
darling_macro = { version = "0.14", default-features = false }
dashmap-aab1d76ef665c0d4 = { package = "dashmap", git = "https://github.com/velvia/dashmap", rev = "a6e36242044f86412531c24c437e95beadc67b62", default-features = false }
dashmap-cdf1610d3e1514e9 = { package = "dashmap", version = "5", default-features = false }
dashmap = { version = "5", default-features = false }
data-encoding = { version = "2", features = ["alloc", "std"] }
data-encoding-macro = { version = "0.1", default-features = false }
data-encoding-macro-internal = { version = "0.1", default-features = false }
Expand Down Expand Up @@ -904,7 +897,6 @@ hakari = { version = "0.11", default-features = false, features = ["cli-support"
half = { version = "1", default-features = false }
hashbrown-a6292c17cd707f01 = { package = "hashbrown", version = "0.11", features = ["ahash", "inline-more"] }
hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["ahash", "inline-more", "raw"] }
hashbrown-23157565204cc58a = { package = "hashbrown", git = "https://github.com/velvia/hashbrown", rev = "db403dbf63207e22ef388fd6c182e7daa594bce4", default-features = false }
hashlink = { version = "0.8", default-features = false }
hdrhistogram = { version = "7", features = ["base64", "crossbeam-channel", "flate2", "nom", "serialization", "sync"] }
heck-468e82937335b1c9 = { package = "heck", version = "0.3", default-features = false }
Expand Down Expand Up @@ -1375,13 +1367,11 @@ webpki = { version = "0.22", default-features = false, features = ["alloc", "std
webpki-roots = { version = "0.22", default-features = false }
which = { version = "4", default-features = false }
whoami = { version = "1" }
wyhash = { version = "0.5", default-features = false }
wyz = { version = "0.2", default-features = false, features = ["alloc"] }
x509-parser = { version = "0.14", features = ["ring", "verify"] }
yaml-rust = { version = "0.4", default-features = false }
yansi = { version = "0.5", default-features = false }
yasna = { version = "0.5", features = ["std", "time"] }
ying-profiler = { git = "https://github.com/velvia/ying-profiler", default-features = false, features = ["profile-spans", "tracing"] }
zeroize = { version = "1", features = ["alloc", "zeroize_derive"] }
zeroize_derive = { version = "1", default-features = false }
zstd-sys = { version = "2", features = ["legacy", "zdict_builder"] }
Expand Down

0 comments on commit 40ee55a

Please sign in to comment.