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

Add special tag to exclude runtime storage items from benchmarking #12205

Merged
merged 72 commits into from
Sep 16, 2022

Commits on Sep 12, 2022

  1. initial setup

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f08d3ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c381aef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1275c42 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    84beb0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3699c19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3056275 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adc7585 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f645511 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b8af15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a1ae01 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    586bafb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cfcd073 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8534891 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e2550b4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    157fb29 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5318167 View commit details
    Browse the repository at this point in the history
  17. store presence of #[benchmarking(cached)] macro on StorageDef

    * will be used for later expansion
    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8cde8fe View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4cccd8a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f21315c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    faa63a7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    73b01f1 View commit details
    Browse the repository at this point in the history
  22. plausible implementation for whitelisted_storage_keys()

    * depends on the assumption that storage_info.encode() can be loaded
      into TrackedStorageKey::new(..)
    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    fc6d239 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f920bb9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0040a45 View commit details
    Browse the repository at this point in the history
  25. collect storage names

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4a0fe7f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8ab6ab3 View commit details
    Browse the repository at this point in the history
  27. clean up

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8ca026e View commit details
    Browse the repository at this point in the history
  28. fix compiler error

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    58a6229 View commit details
    Browse the repository at this point in the history
  29. just one compiler error

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    854a102 View commit details
    Browse the repository at this point in the history
  30. fix doc compiler error

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    771202c View commit details
    Browse the repository at this point in the history
  31. use better import path

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    fe856ac View commit details
    Browse the repository at this point in the history
  32. fix comment

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0936ca4 View commit details
    Browse the repository at this point in the history
  33. whoops

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a72a280 View commit details
    Browse the repository at this point in the history
  34. whoops again

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c4ecb9a View commit details
    Browse the repository at this point in the history
  35. fix macro import issue

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c6fd281 View commit details
    Browse the repository at this point in the history
  36. cargo fmt

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f360944 View commit details
    Browse the repository at this point in the history
  37. mark example as ignore

    sam0x17 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    92d5f5e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    da51def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00420f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a63acdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a0ba3f View commit details
    Browse the repository at this point in the history
  5. add TODO note

    sam0x17 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d0ee2c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d1d637 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ce39d2 View commit details
    Browse the repository at this point in the history
  8. simplify syntax

    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    sam0x17 and KiChjang committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    33828ea View commit details
    Browse the repository at this point in the history
  9. clean up

    sam0x17 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    49b13ac View commit details
    Browse the repository at this point in the history
  10. fix test

    sam0x17 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a2e8185 View commit details
    Browse the repository at this point in the history
  11. fix tests

    sam0x17 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    557a0c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    d20bfe9 View commit details
    Browse the repository at this point in the history
  2. use collect() instead of a for loop

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    sam0x17 and kianenigma committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1d31abe View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. fix compiler error

    sam0x17 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    dcb6312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e66eb1 View commit details
    Browse the repository at this point in the history
  3. use cloned()

    sam0x17 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    dcda735 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f7bbc5 View commit details
    Browse the repository at this point in the history
  5. remove unneeded use

    Co-authored-by: Bastian Köcher <info@kchr.de>
    sam0x17 and bkchr committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    975f371 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ff3623 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    7214d0f View commit details
    Browse the repository at this point in the history
  2. proper Ord, PartialOrd, and Hash impls for TrackedStorageKey

    * now based just on key, and available in no-std
    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6e49069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a71bd4 View commit details
    Browse the repository at this point in the history
  4. fix comments

    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    7752321 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    72a8ac8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20e1375 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb46fbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd23e9e View commit details
    Browse the repository at this point in the history
  9. fix integration test

    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d483a7a View commit details
    Browse the repository at this point in the history
  10. update TODO

    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    05db4e5 View commit details
    Browse the repository at this point in the history
  11. remove unused keyword

    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    cb4ed97 View commit details
    Browse the repository at this point in the history
  12. remove more unused keywords

    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4faf150 View commit details
    Browse the repository at this point in the history
  13. use into_iter()

    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    sam0x17 and KiChjang committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    91f33f0 View commit details
    Browse the repository at this point in the history
  14. Update frame/support/procedural/src/pallet/parse/mod.rs

    Co-authored-by: Bastian Köcher <info@kchr.de>
    sam0x17 and bkchr committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    42127fc View commit details
    Browse the repository at this point in the history
  15. add docs for whitelisted

    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    cbf5959 View commit details
    Browse the repository at this point in the history
  16. fix comment

    sam0x17 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ae1bf10 View commit details
    Browse the repository at this point in the history