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

perf: rework benchmarks #1044

Merged
merged 63 commits into from
Feb 12, 2023
Merged

perf: rework benchmarks #1044

merged 63 commits into from
Feb 12, 2023

Commits on Sep 3, 2022

  1. perf: rework benchmarks

    TarikGul committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    86b9bf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff8a6e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. fix spacing

    TarikGul committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    2899553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f252f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22b1e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. expand the benches readme

    TarikGul committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9c0c5ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542175c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6018d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

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

Commits on Sep 10, 2022

  1. add pallets storage

    TarikGul committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    84d18ec View commit details
    Browse the repository at this point in the history
  2. add readme

    TarikGul committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    0f0242b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0123545 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. add paras endpoint

    TarikGul committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    c1a03bd View commit details
    Browse the repository at this point in the history
  2. add /paras/leases/current

    TarikGul committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    7ba5a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5513826 View commit details
    Browse the repository at this point in the history
  4. add /paras/crowdloans

    TarikGul committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    51421e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    87ba539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697df00 View commit details
    Browse the repository at this point in the history
  3. update readme

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

Commits on Oct 3, 2022

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

Commits on Dec 12, 2022

  1. merge master

    TarikGul committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5b15b33 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. fix logging

    TarikGul committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b808b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    c7b20fd View commit details
    Browse the repository at this point in the history
  2. change returned logging

    TarikGul committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    eb1a90f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b940508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aabbd43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a54c616 View commit details
    Browse the repository at this point in the history
  6. fix stdout and stderr

    TarikGul committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    86a203c View commit details
    Browse the repository at this point in the history
  7. add script to package.json

    TarikGul committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1fe2f48 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. cleanup script

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0b77f99 View commit details
    Browse the repository at this point in the history
  2. add WRK_TIME_LENGTH

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    310b0f0 View commit details
    Browse the repository at this point in the history
  3. fix grumble

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8a75f10 View commit details
    Browse the repository at this point in the history
  4. fix grumbles

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    adf891c View commit details
    Browse the repository at this point in the history
  5. delete benchmarks.txt

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    bd5bf08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06e4204 View commit details
    Browse the repository at this point in the history
  7. cleanup consoles

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3ab06ab View commit details
    Browse the repository at this point in the history
  8. start docs

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    68a48a2 View commit details
    Browse the repository at this point in the history
  9. cleanup code

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    81a6e0b View commit details
    Browse the repository at this point in the history
  10. finish benchmark docs

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5004624 View commit details
    Browse the repository at this point in the history
  11. cleanup script

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9da0617 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d33d17e View commit details
    Browse the repository at this point in the history
  13. rename blocks

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9ede512 View commit details
    Browse the repository at this point in the history
  14. add blocks header

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b9cb3df View commit details
    Browse the repository at this point in the history
  15. add blocks extrinsics

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    62a1337 View commit details
    Browse the repository at this point in the history
  16. add blocks head

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    80244df View commit details
    Browse the repository at this point in the history
  17. add blocks head header

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9641243 View commit details
    Browse the repository at this point in the history
  18. add node network

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2beefa3 View commit details
    Browse the repository at this point in the history
  19. add node transaction pool

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4634f2a View commit details
    Browse the repository at this point in the history
  20. add node version

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ba42930 View commit details
    Browse the repository at this point in the history
  21. add nomination pools

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    683ad8a View commit details
    Browse the repository at this point in the history
  22. add runtime spec

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4e2f035 View commit details
    Browse the repository at this point in the history
  23. add transaction material

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    07cdf08 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    87115f6 View commit details
    Browse the repository at this point in the history
  25. add pallets errors

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    81ac186 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0211788 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    665c701 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    885dbde View commit details
    Browse the repository at this point in the history
  29. update readme

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5dd9ebf View commit details
    Browse the repository at this point in the history
  30. add license

    TarikGul committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2172d26 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. update benchmarks readme

    TarikGul committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    13350ac View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    TarikGul committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    cc70b91 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. fix grumble

    TarikGul committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    0917763 View commit details
    Browse the repository at this point in the history