Skip to content

Commit

Permalink
add stableswap to benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastmartin committed Jul 17, 2023
1 parent b30874a commit 7577579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/benchmark.all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pallets=("frame-system:system"
"pallet-ema-oracle:ema_oracle"
"pallet-otc:otc"
"pallet-route-executor:route_executor"
"pallet-stableswap:stableswap"
)

command="cargo run --bin hydradx --release --features=runtime-benchmarks -- benchmark pallet --pallet=[pallet] --execution=wasm --wasm-execution=compiled --heap-pages=4096 --chain=dev --extrinsic='*' --steps=5 --repeat=20 --output [output].rs --template .maintain/pallet-weight-template-no-back.hbs"
Expand Down

0 comments on commit 7577579

Please sign in to comment.