Skip to content
Snippets Groups Projects
Unverified Commit 6d1943be authored by Maksym H's avatar Maksym H Committed by GitHub
Browse files

make frame omni bencher to install from path (#5853)

- install frame-omni-bencher from the path
- fix bench_features config
parent e85099e2
No related branches found
No related tags found
No related merge requests found
Pipeline #499102 waiting for manual action
......@@ -336,7 +336,9 @@ jobs:
- name: Install dependencies for bench
if: startsWith(steps.get-pr-comment.outputs.group2, 'bench')
run: cargo install subweight frame-omni-bencher --locked
run: |
cargo install subweight --locked
cargo install --path substrate/utils/frame/omni-bencher --locked
- name: Run cmd
id: cmd
......
......@@ -44,6 +44,7 @@
"package": "asset-hub-rococo-runtime",
"path": "cumulus/parachains/runtimes/assets/asset-hub-rococo",
"header": "cumulus/file_header.txt",
"bench_features": "runtime-benchmarks",
"template": "cumulus/templates/xcm-bench-template.hbs",
"uri": "wss://rococo-asset-hub-rpc.polkadot.io:443",
"is_relay": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment