Skip to content

Commit

Permalink
Fixes masp benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed May 16, 2024
1 parent f9a5205 commit e70052f
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 144 deletions.
34 changes: 17 additions & 17 deletions crates/benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@ readme.workspace = true
repository.workspace = true
version.workspace = true

[[bench]]
name = "allowed_txs"
harness = false
path = "txs.rs"
# [[bench]]
# name = "allowed_txs"
# harness = false
# path = "txs.rs"

[[bench]]
name = "native_vps"
harness = false
path = "native_vps.rs"

[[bench]]
name = "process_wrapper"
harness = false
path = "process_wrapper.rs"
# [[bench]]
# name = "process_wrapper"
# harness = false
# path = "process_wrapper.rs"

[[bench]]
name = "host_env"
harness = false
path = "host_env.rs"
# [[bench]]
# name = "host_env"
# harness = false
# path = "host_env.rs"

[[bench]]
name = "wasm_opcodes"
harness = false
path = "wasm_opcodes.rs"
# [[bench]]
# name = "wasm_opcodes"
# harness = false
# path = "wasm_opcodes.rs"

[features]
namada-eth-bridge = [
Expand All @@ -50,7 +50,7 @@ namada-eth-bridge = [
namada = { path = "../namada", features = ["rand", "benches"] }
namada_apps = { path = "../apps", features = ["benches"] }
masp_primitives.workspace = true
masp_proofs = { workspace = true, features = ["multicore"] }
masp_proofs = { workspace = true, features = ["benchmarks"] }
borsh.workspace = true
borsh-ext.workspace = true
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
Loading

0 comments on commit e70052f

Please sign in to comment.