mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 06:08:00 +00:00
[ci] Send bench results to S3 (#1417)
* [ci] Send bench results to S3 * move publish stage
This commit is contained in:
committed by
GitHub
parent
eff2c9e498
commit
cc8c8347e4
@@ -22,17 +22,17 @@ pallets=(
|
||||
frame_system
|
||||
)
|
||||
|
||||
for p in ${pallets[@]}
|
||||
for pallet in ${pallets[@]}
|
||||
do
|
||||
./artifacts/polkadot-parachain benchmark pallet \
|
||||
--chain=$benchmarkRuntimeName \
|
||||
--execution=wasm \
|
||||
--wasm-execution=compiled \
|
||||
--pallet=$p \
|
||||
--pallet=$pallet \
|
||||
--extrinsic='*' \
|
||||
--steps=$steps \
|
||||
--repeat=$repeat \
|
||||
--json \
|
||||
--header=./file_header.txt \
|
||||
--output=$benchmarkOutput
|
||||
--output=$benchmarkOutput >> ./artifacts/${pallet}_benchmark.json
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user