Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion commands/bench/lib/bench-all-cumulus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ run_cumulus_bench() {
$POLKADOT_PARACHAIN benchmark pallet \
$extra_args \
--chain="${benchmarkRuntimeChain}" \
--execution=wasm \
--wasm-execution=compiled \
--pallet="$pallet" \
--no-storage-info \
Expand Down
1 change: 0 additions & 1 deletion commands/bench/lib/bench-all-polkadot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ echo "[+] Benchmarking block and extrinsic overheads..."
OUTPUT=$(
$POLKADOT_BIN benchmark overhead \
--chain="${runtime}-dev" \
--execution=wasm \
--wasm-execution=compiled \
--weight-path="runtime/${runtime}/constants/src/weights/" \
--warmup=10 \
Expand Down
2 changes: 0 additions & 2 deletions commands/bench/lib/bench-all-substrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ echo "[+] Benchmarking block and extrinsic overheads..."
OUTPUT=$(
$SUBSTRATE benchmark overhead \
--chain=dev \
--execution=wasm \
--wasm-execution=compiled \
--weight-path="./frame/support/src/weights/" \
--header="./HEADER-APACHE2" \
Expand Down Expand Up @@ -107,7 +106,6 @@ for PALLET in "${PALLETS[@]}"; do
--no-median-slopes \
--no-min-squares \
--extrinsic="*" \
--execution=wasm \
--wasm-execution=compiled \
--heap-pages=4096 \
--output="$WEIGHT_FILE" \
Expand Down
2 changes: 0 additions & 2 deletions commands/bench/lib/bench-all-trappist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ echo "[+] Benchmarking block and extrinsic overheads..."
OUTPUT=$(
$TRAPPIST_BIN benchmark overhead \
--chain=$chain \
--execution=wasm \
--wasm-execution=compiled \
--weight-path="./runtime/${runtime}/src/weights/" \
--warmup=10 \
Expand Down Expand Up @@ -83,7 +82,6 @@ for PALLET in "${PALLETS[@]}"; do
--no-min-squares \
--pallet="$PALLET" \
--extrinsic="*" \
--execution=wasm \
--wasm-execution=compiled \
--header=./templates/file_header.txt \
--output="./runtime/${runtime}/src/weights/${output_file}" 2>&1
Expand Down
1 change: 0 additions & 1 deletion commands/bench/lib/bench-overhead.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ bench_overhead_common_args=(
--
benchmark
overhead
--execution=wasm
--wasm-execution=compiled
--warmup=10
--repeat=100
Expand Down
1 change: 0 additions & 1 deletion commands/bench/lib/bench-pallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ bench_pallet_common_args=(
--steps=50
--repeat=20
--extrinsic="*"
--execution=wasm
--wasm-execution=compiled
--heap-pages=4096
--json-file="${ARTIFACTS_DIR}/bench.json"
Expand Down