Skip to content

Commit

Permalink
Reduce benchmark runs of Zeitgeist pallets (#1233)
Browse files Browse the repository at this point in the history
Reduce bencharm runs of Zeitgeist pallets

Running benchmarks of Zeitgeist pallets on the Zeitgeist reference machine currently takes four days.
  • Loading branch information
sea212 authored Jan 16, 2024
1 parent a5f4b39 commit e10b9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/benchmarks/configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export ZEITGEIST_PALLETS=(
zrml_authorized zrml_court zrml_global_disputes zrml_liquidity_mining zrml_neo_swaps \
zrml_orderbook zrml_parimutuel zrml_prediction_markets zrml_swaps zrml_styx \
)
export ZEITGEIST_PALLETS_RUNS="${ZEITGEIST_PALLETS_RUNS:-1000}"
export ZEITGEIST_PALLETS_STEPS="${ZEITGEIST_PALLETS_STEPS:-10}"
export ZEITGEIST_PALLETS_RUNS="${ZEITGEIST_PALLETS_RUNS:-20}"
export ZEITGEIST_PALLETS_STEPS="${ZEITGEIST_PALLETS_STEPS:-50}"
export ZEITGEIST_WEIGHT_TEMPLATE="./misc/weight_template.hbs"

export PROFILE="${PROFILE:-production}"
Expand Down

0 comments on commit e10b9c9

Please sign in to comment.