Skip to content

Commit

Permalink
Only lottery
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
  • Loading branch information
ghzlatarev committed Jul 22, 2023
1 parent af996cc commit ca68c55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/benchmarking/run_all_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ rm -f $MACHINE_OUTPUT
# Benchmark each frame pallet.
for PALLET in "${PALLETS[@]}"; do
# If `-p` is used, skip benchmarks until the start pallet.
if [ "pallet_lottery" != "$PALLET" ]
if [ "pallet_lottery" == "$PALLET" ]
then
echo "[+] Skipping ${PALLET}..."
continue
Expand All @@ -140,8 +140,8 @@ for PALLET in "${PALLETS[@]}"; do
OUTPUT=$(
$MANTA benchmark pallet \
--chain=$chain_spec \
--steps=25 \
--repeat=20 \
--steps=50 \
--repeat=40 \
--pallet="$PALLET" \
--extrinsic="*" \
--execution=wasm \
Expand Down

0 comments on commit ca68c55

Please sign in to comment.