Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
895ea353
Unverified
Commit
895ea353
authored
Oct 09, 2020
by
Robin Freyler
Browse files
[storage] specify bench paths
parent
fa066742
Pipeline
#110152
failed with stages
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
crates/storage/Cargo.toml
View file @
895ea353
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment