Skip to content

Commit 1c60c57

Browse files
authored
[aptos-transaction-benchmark] Fix benchmark regression (#5711)
1 parent 6ccd27f commit 1c60c57

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aptos-move/aptos-transaction-benchmarks/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ rust-version = { workspace = true }
1515
[dependencies]
1616
aptos-bitvec = { workspace = true }
1717
aptos-crypto = { workspace = true }
18+
aptos-gas = { workspace = true, features = ["testing"] }
1819
aptos-types = { workspace = true }
1920
aptos-vm = { workspace = true }
2021
criterion = { workspace = true }

0 commit comments

Comments
 (0)