Skip to content

Commit

Permalink
Merge pull request #2318 from conectado/bench-fixes
Browse files Browse the repository at this point in the history
Fixes db benchmarkings
  • Loading branch information
shamil-gadelshin authored Apr 6, 2021
2 parents d373a5c + 2883636 commit 0b3cae2
Show file tree
Hide file tree
Showing 2 changed files with 8,323 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ members = [
"runtime-modules/blog",
"runtime-modules/utility",
"node",
"utils/chain-spec-builder/"
# "analyses/bench" # doesn't work with the "all features" release build
"utils/chain-spec-builder/",
]
exclude = [
"analyses/bench"
]

[profile.release]
Expand Down
Loading

0 comments on commit 0b3cae2

Please sign in to comment.