Skip to content

Commit

Permalink
update parameters for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
tltsutltsu committed Sep 11, 2023
1 parent 2879b75 commit baf50c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/benchmarking/run_all_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ for PALLET in "${PALLETS[@]}"; do
OUTPUT=$(
$GEAR benchmark pallet \
--chain=$chain_spec \
--steps=50 \
--repeat=20 \
--steps=20 \
--repeat=200 \
--pallet="$PALLET" \
--extrinsic="*" \
--execution=wasm \
Expand Down

0 comments on commit baf50c8

Please sign in to comment.