Unverified Commit 895ea353 authored by Robin Freyler's avatar Robin Freyler
Browse files

[storage] specify bench paths

parent fa066742
Pipeline #110152 failed with stages
in 6 minutes and 34 seconds
......@@ -57,20 +57,25 @@ ink-fuzz-tests = ["std"]
[[bench]]
name = "bench_lazy"
path = "benches/bench_lazy.rs"
harness = false
[[bench]]
name = "bench_vec"
path = "benches/bench_vec.rs"
harness = false
[[bench]]
name = "bench_stash"
path = "benches/bench_stash.rs"
harness = false
[[bench]]
name = "bench_bitstash"
path = "benches/bench_bitstash.rs"
harness = false
[[bench]]
name = "bench_hashmap"
path = "benches/bench_hashmap.rs"
harness = false
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment