Skip to content

Commit

Permalink
update benchmark CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Apr 2, 2024
1 parent 4288755 commit c5c497c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/check_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ run_benchmark() {
--repeat=1 \
--pallet="${pallet}" \
--extrinsic=* \
--execution=wasm \
--wasm-execution=compiled \
--heap-pages=4096"

Expand Down
1 change: 0 additions & 1 deletion scripts/runtime_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ run_benchmark() {
--repeat=20 \
--pallet="${pallet}" \
--extrinsic=* \
--execution=wasm \
--wasm-execution=compiled \
--heap-pages=4096 \
--output="${output}""
Expand Down

0 comments on commit c5c497c

Please sign in to comment.