Skip to content

Commit

Permalink
Support transfer object transaction type in stress tests (MystenLabs#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhansood authored Jul 20, 2022
1 parent 6f1b0ac commit f34150e
Show file tree
Hide file tree
Showing 6 changed files with 568 additions and 355 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/sui-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ rocksdb = "0.18.0"
serde_with = { version = "1.14.0", features = ["hex"] }
tracing = "0.1.35"
tracing-subscriber = { version = "0.3.11", features = ["time", "registry", "env-filter"] }
telemetry-subscribers = { git = "https://github.com/MystenLabs/mysten-infra", rev = "bdaf6ee818497e6772f3000f938f1e5710f6890f" }
clap = { version = "3.1.17", features = ["derive"] }
prometheus = "0.13.1"
multiaddr = "0.14.0"
crossterm = "0.23.2"
rand = "0.8.5"

bcs = "0.1.3"
sui-core = { path = "../sui-core" }
Expand Down
355 changes: 0 additions & 355 deletions crates/sui-benchmark/src/bin/shared.rs

This file was deleted.

Loading

0 comments on commit f34150e

Please sign in to comment.