Skip to content

Commit

Permalink
Merge pull request #193 from blockdeep/fix/benchmark-script
Browse files Browse the repository at this point in the history
Do not use template for generating weights in benchmarks
  • Loading branch information
gautamdhameja authored Jul 27, 2024
2 parents a989c42 + 89d5136 commit e3661be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/run-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ for PALLET in "${BENCHMARKS[@]}"; do
--wasm-execution compiled \
--steps 50 \
--repeat 20 \
--template ./.maintain/template.hbs \
--output "$OUTPUT"
echo "Benchmarks for $PALLET successfully generated in $OUTPUT"
done

0 comments on commit e3661be

Please sign in to comment.