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

Add benchmarking for parachain runtime initializer pallet #3913

Merged
14 commits merged into from
Sep 28, 2021

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    b65c5e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b425d22 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …kckyeung/parachains-initializer-benchmarking
    Parity Bot committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    c85f1cf View commit details
    Browse the repository at this point in the history
  4. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_parachains_initializer.rs
    Parity Bot committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    808b1d3 View commit details
    Browse the repository at this point in the history
  5. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_parachains_initializer.rs
    Parity Bot committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    1987b3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    694dfa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    bf724d8 View commit details
    Browse the repository at this point in the history
  2. Fix compilation errors

    KiChjang committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    196ccf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2cabdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec78041 View commit details
    Browse the repository at this point in the history
  5. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_parachains_initializer.rs
    Parity Bot committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    a5134ee View commit details
    Browse the repository at this point in the history
  6. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_parachains_initializer.rs
    Parity Bot committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    b74c1bb View commit details
    Browse the repository at this point in the history
  7. Appease spellchecker

    KiChjang committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    acdb91a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48d549e View commit details
    Browse the repository at this point in the history