Skip to content

Commit

Permalink
Merge branch 'grarco/reactivate-benches' (#3341)
Browse files Browse the repository at this point in the history
Brings back the benchmarks
  • Loading branch information
brentstone authored Jun 5, 2024
2 parents 883bd0f + ad70f54 commit c9ef4e7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions crates/benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ 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 Down

0 comments on commit c9ef4e7

Please sign in to comment.