Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add production profile to substrate-wasm-builder #10747

Merged
merged 9 commits into from
Jan 31, 2022

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    e429d88 View commit details
    Browse the repository at this point in the history
  2. Fix profile detection

    athei committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b0a3fcc View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    athei and bkchr committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    50ce2a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f3dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68bb576 View commit details
    Browse the repository at this point in the history
  4. Replaced unwrap by expect

    athei committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    4c04ebc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    f0a7fc5 View commit details
    Browse the repository at this point in the history
  2. Update all weights

    Rerun on the bm2 server.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez authored and athei committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    83838a5 View commit details
    Browse the repository at this point in the history
  3. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …--manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/contracts/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b6b4ba7 View commit details
    Browse the repository at this point in the history