Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HRMP pallet benchmarking to use benchmarks v2 #1676

Merged
merged 9 commits into from
Sep 22, 2023

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

  1. Fix downward message size issue in HRMP benchmark

    Increase max_downward_message_size to fix force_clean_hrmp benchmark issue.
    Increased to 1024. Previously it was inheriting the tests config of 8, which was
    too small for the message struct. 1KiB randomly chosen as a reasonable number
    which won't present issues for small changes to the message format.
    seadanda committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    23d6491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be96d01 View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    070443e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e22f9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e40a74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba28b46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a49145b View commit details
    Browse the repository at this point in the history