Skip to content
Snippets Groups Projects
Commit 39f79659 authored by Squirrel's avatar Squirrel Committed by GitHub
Browse files

Fixup benches after dir re-org (#1300)


* Fixup after dir re-org

* Update scripts/benchmarks-ci.sh

Co-authored-by: default avatarChevdor <chevdor@users.noreply.github.com>

* Update scripts/benchmarks-ci.sh

Co-authored-by: default avatarChevdor <chevdor@users.noreply.github.com>

* Update scripts/benchmarks-ci.sh

Co-authored-by: default avatarChevdor <chevdor@users.noreply.github.com>

* fix typo

Co-authored-by: default avatarChevdor <chevdor@users.noreply.github.com>
parent 3d5cb7e4
Branches
No related merge requests found
......@@ -211,9 +211,9 @@ benchmarks:
<<: *collect-artifacts
<<: *benchmarks-refs
script:
- ./scripts/benchmarks-ci.sh statemine > ./artifacts/bench-statemine.log
- ./scripts/benchmarks-ci.sh statemint > ./artifacts/bench-statemint.log
- ./scripts/benchmarks-ci.sh westmint > ./artifacts/bench-westmint.log
- ./scripts/benchmarks-ci.sh assets statemine > ./artifacts/bench-statemine.log
- ./scripts/benchmarks-ci.sh assets statemint > ./artifacts/bench-statemint.log
- ./scripts/benchmarks-ci.sh assets westmint > ./artifacts/bench-westmint.log
- git status
- export BRANCHNAME="weights-${CI_COMMIT_BRANCH}"
# Set git config
......
......@@ -2,10 +2,11 @@
steps=50
repeat=20
chainName=$1
category=$1
runtimeName=$2
benhcmarkOutput=./parachains/runtimes/$chainName/src/weights
benhcmarkChainName="$chainName-dev"
benchmarkOutput=./parachains/runtimes/$category/$runtimeName/src/weights
benchmarkRuntimeName="$runtimeName-dev"
pallets=(
pallet_assets
......@@ -24,7 +25,7 @@ pallets=(
for p in ${pallets[@]}
do
./artifacts/polkadot-parachain benchmark pallet \
--chain=$benhcmarkChainName \
--chain=$benchmarkRuntimeName \
--execution=wasm \
--wasm-execution=compiled \
--pallet=$p \
......@@ -33,5 +34,5 @@ do
--repeat=$repeat \
--json \
--header=./file_header.txt \
--output=$benhcmarkOutput
--output=$benchmarkOutput
done
......@@ -3,9 +3,9 @@
steps=50
repeat=20
statemineOutput=./parachains/runtimes/statemine/src/weights
statemintOutput=./parachains/runtimes/statemint/src/weights
westmintOutput=./parachains/runtimes/westmint/src/weights
statemineOutput=./parachains/runtimes/assets/statemine/src/weights
statemintOutput=./parachains/runtimes/assets/statemint/src/weights
westmintOutput=./parachains/runtimes/assets/westmint/src/weights
statemineChain=statemine-dev
statemintChain=statemint-dev
......
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