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

Add benchmark extrinsic command #11456

Merged
merged 27 commits into from
Jul 19, 2022
Merged

Commits on May 18, 2022

  1. Benchmark extrinsic

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed May 18, 2022
    Configuration menu
    Copy the full SHA
    051fa6e View commit details
    Browse the repository at this point in the history
  2. Reduce warmup and repeat

    Running this 1000 times with a full block takes ~33 minutes 🙈.
    Reducing it to ~3 minutes per default.
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed May 18, 2022
    Configuration menu
    Copy the full SHA
    43cedac View commit details
    Browse the repository at this point in the history
  3. Make ExistentialDeposit public

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5af2d41 View commit details
    Browse the repository at this point in the history
  4. Add 'bechmark extrinsic' command

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed May 18, 2022
    Configuration menu
    Copy the full SHA
    6d25d10 View commit details
    Browse the repository at this point in the history
  5. fmt

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed May 18, 2022
    Configuration menu
    Copy the full SHA
    b1d07ee View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Add --list and cleanup

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d8e2cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10361dd View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    9a850ea View commit details
    Browse the repository at this point in the history
  2. Unrelated Clippy

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4ecc0d3 View commit details
    Browse the repository at this point in the history
  3. Clippy

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    603d0ae View commit details
    Browse the repository at this point in the history
  4. Fix tests and doc

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    a336902 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6d1f25 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    abf1326 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Move implementations up + fmt

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5efa7c1 View commit details
    Browse the repository at this point in the history
  2. Dont use parameter_types macro

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    fba7975 View commit details
    Browse the repository at this point in the history
  3. Cache to_lowercase() call

    The .to_lowercase() on the builder is actually not needes
    since its already documented to only return lower case.
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    83f8fcf View commit details
    Browse the repository at this point in the history
  4. Spelling

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    3688b13 View commit details
    Browse the repository at this point in the history
  5. Use correct nightly for fmt...

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    58d7d3f View commit details
    Browse the repository at this point in the history
  6. Rename ED

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    7aea64b View commit details
    Browse the repository at this point in the history
  7. Fix compile

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    b5a193e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87136b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Subtract block base weight

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a6eaec5 View commit details
    Browse the repository at this point in the history
  2. Fixes

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d94db3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51a14f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    8bc5762 View commit details
    Browse the repository at this point in the history
  2. Use tmp folder for test

    This should already be the case since --dev is passed but
    somehow not...
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    929eaa0 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f603a06 View commit details
    Browse the repository at this point in the history