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

Add benchmarks to transaction extensions #2

Closed
wants to merge 18 commits into from

Commits on Dec 15, 2023

  1. WIP tx ext benches

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    77ec32d View commit details
    Browse the repository at this point in the history
  2. Make benches work for basic extensions

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    68e29da View commit details
    Browse the repository at this point in the history
  3. Add sudo extension benchmark

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7a015ac View commit details
    Browse the repository at this point in the history
  4. Add prevalidate attests benchmark

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1723a71 View commit details
    Browse the repository at this point in the history
  5. Add benches for ChargeAssetTxPayment

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8050d6b View commit details
    Browse the repository at this point in the history
  6. Add bench for transaction payment extension

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    91f1bb8 View commit details
    Browse the repository at this point in the history
  7. Add benches for refund relayer extension

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6439026 View commit details
    Browse the repository at this point in the history
  8. Add weights to system extensions

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6868dc9 View commit details
    Browse the repository at this point in the history
  9. Fix lints

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c39d646 View commit details
    Browse the repository at this point in the history
  10. Fix lints

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    47de427 View commit details
    Browse the repository at this point in the history
  11. Even more lints

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    167763d View commit details
    Browse the repository at this point in the history
  12. Fix runtime benchmarks in runtimes

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    72728d1 View commit details
    Browse the repository at this point in the history
  13. Add license to weights file

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    60a7197 View commit details
    Browse the repository at this point in the history
  14. Format toml files

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5adfc1e View commit details
    Browse the repository at this point in the history
  15. Add weights to sudo extension

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9e8d7e1 View commit details
    Browse the repository at this point in the history
  16. Add weights for prevalidate attests extension

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    01dbd2f View commit details
    Browse the repository at this point in the history
  17. Add weights for transaction payment extension

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    db66630 View commit details
    Browse the repository at this point in the history
  18. Fix unused imports in transaction payment weight

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    38be335 View commit details
    Browse the repository at this point in the history