Skip to content

Commit

Permalink
update bench scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocryk committed Dec 11, 2024
1 parent 37c9310 commit 9af3421
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/iforgor/tanssi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@ name = "[Tanssi] Run dancebox benchmarks"
only_in_dir = "**/tanssi"
script = """
export OUTPUT_PATH="tmp/dancebox_weights"
export TEMPLATE_PATH="benchmarking/frame-weight-runtime-template.hbs"
./tools/benchmarking.sh $1 "*"
"""
args = ["Which pallet to bench (* for all)"]

[[entries]]
name = "[Tanssi] Run flashbox benchmarks"
only_in_dir = "**/tanssi"
script = """
export TEMPLATE_PATH=benchmarking/frame-weight-runtime-template.hbs
export CHAIN=flashbox_dev
export OUTPUT_PATH=tmp/flashbox_weights
./tools/benchmarking.sh $1 "*"
"""
Expand Down

0 comments on commit 9af3421

Please sign in to comment.