Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
seal: Add instruction benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
athei committed Oct 20, 2020
1 parent bd8f6cd commit d54b230
Show file tree
Hide file tree
Showing 6 changed files with 1,136 additions and 50 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion frame/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ frame-support = { version = "2.0.0", default-features = false, path = "../suppor
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
pallet-contracts-primitives = { version = "2.0.0", default-features = false, path = "common" }
parity-wasm = { version = "0.41.0", default-features = false }
pwasm-utils = { version = "0.14.0", default-features = false }
pwasm-utils = { default-features = false, git = "https://github.com/paritytech/wasm-utils.git", rev = "e0a05c6329fdb9ba99f206b2395fd77d7906b640" }
rand = { version = "0.7.0", optional = true, default-features = false, features = ["small_rng"] }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
Expand Down Expand Up @@ -58,4 +59,5 @@ std = [
]
runtime-benchmarks = [
"frame-benchmarking",
"rand",
]
Loading

0 comments on commit d54b230

Please sign in to comment.