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

Benchmark Ethereum Pallet #149

Merged
merged 30 commits into from
Jul 10, 2020
Merged

Benchmark Ethereum Pallet #149

merged 30 commits into from
Jul 10, 2020

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    ff61e17 View commit details
    Browse the repository at this point in the history
  2. Fix a typo

    HCastano committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    bdeb817 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    765ed91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0201c8c View commit details
    Browse the repository at this point in the history
  5. Move insert_header() from mock to test_utils

    Allows the benchmarking code to use this without having to pull it in from the mock.
    HCastano committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    5b87f54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ff214c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

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

Commits on Jun 27, 2020

  1. Improve long finality bench

    HCastano committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    e2b3461 View commit details
    Browse the repository at this point in the history
  2. Remove stray dot file

    HCastano committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    b345e94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    199c925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92a845d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d464d07 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Clean up some comments

    HCastano committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    4475995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c1bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4174441 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdb126f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

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

Commits on Jul 1, 2020

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

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    044b2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5c1f2 View commit details
    Browse the repository at this point in the history
  3. Move validators_change_receipt() to shared location

    Allows unit tests and benchmarks to access the same helper function
    and const
    HCastano committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b21d07a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    751929e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    d5eab22 View commit details
    Browse the repository at this point in the history
  2. Fix cache and pruning tests

    HCastano committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    1c85d7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51245da View commit details
    Browse the repository at this point in the history
  4. Get rid of warnings

    HCastano committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    a6517ae View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Remove code duplication comment

    I don't think its entirely worth it to split out so few lines of code.
    The benches aren't particularly hard to read anyways.
    HCastano committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    f8ddaef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029d966 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Use dynamic number of receipts while benchmarking

    As part of this change we have removed the hardcoded TEST_RECEIPT_ROOT
    and instead chose to calculate the receipt root on the fly. This will
    make tests and benches less fragile.
    HCastano committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    33035d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    777500a View commit details
    Browse the repository at this point in the history