Skip to content

Commit

Permalink
Add ability to store benchmark results and compare with a previous run
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhansood committed Sep 17, 2022
1 parent 0c7f64a commit 798d72a
Show file tree
Hide file tree
Showing 9 changed files with 507 additions and 164 deletions.
137 changes: 59 additions & 78 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions crates/sui-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ rand = "0.8.5"
base64 = "0.13.0"
rand_distr = "0.4.3"
indicatif = "0.17.0"
<<<<<<< HEAD
duration-str = "0.4.0"
=======
parse_duration = "2.1.1"
>>>>>>> 61b0be6a9 (Add ability to run stress for a finite duration or count)

hdrhistogram = "7.5.1"
comfy-table = "6.1.0"
bcs = "0.1.3"
sui-core = { path = "../sui-core" }
sui-config = { path = "../sui-config" }
Expand Down
Loading

0 comments on commit 798d72a

Please sign in to comment.