Skip to content
Snippets Groups Projects
Commit 66089758 authored by Mara Broda's avatar Mara Broda :coffee: Committed by GitHub
Browse files

[ci] point benchmark script to sub-commands (#5247) (#5289)

parent d56c5f86
No related merge requests found
...@@ -39,7 +39,7 @@ done < "${runtime}_pallets" ...@@ -39,7 +39,7 @@ done < "${runtime}_pallets"
rm "${runtime}_pallets" rm "${runtime}_pallets"
# Benchmark base weights # Benchmark base weights
./target/production/polkadot benchmark-overhead \ ! ./target/production/polkadot benchmark overhead \
--chain="${runtime}-dev" \ --chain="${runtime}-dev" \
--execution=wasm \ --execution=wasm \
--wasm-execution=compiled \ --wasm-execution=compiled \
......
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