Skip to content

Commit

Permalink
Split the server and client runimtes in shared bench (MystenLabs#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhansood authored Jul 21, 2022
1 parent 54258b5 commit 776a42e
Show file tree
Hide file tree
Showing 8 changed files with 406 additions and 246 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/sui-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ publish = false
edition = "2021"

[dependencies]
async-trait = "0.1.53"
rayon = "1.5.3"
anyhow = { version = "1.0.57", features = ["backtrace"] }
futures = "0.3.21"
Expand Down
Loading

0 comments on commit 776a42e

Please sign in to comment.