Skip to content

Commit

Permalink
[aptos-transaction-benchmark] Fix benchmark regression (#5711)
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou authored Nov 29, 2022
1 parent 6ccd27f commit 1c60c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 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 aptos-move/aptos-transaction-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rust-version = { workspace = true }
[dependencies]
aptos-bitvec = { workspace = true }
aptos-crypto = { workspace = true }
aptos-gas = { workspace = true, features = ["testing"] }
aptos-types = { workspace = true }
aptos-vm = { workspace = true }
criterion = { workspace = true }
Expand Down

0 comments on commit 1c60c57

Please sign in to comment.