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

EVM benchmark tests #142

Merged
merged 13 commits into from
Mar 5, 2024
Merged

EVM benchmark tests #142

merged 13 commits into from
Mar 5, 2024

Conversation

Stefan-Ethernal
Copy link

@Stefan-Ethernal Stefan-Ethernal commented Mar 4, 2024

Description

Introduce EVM benchmark tests. Also, a dedicated GH action, which runs them.

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • Hotfix (change that solves an urgent issue, and requires immediate attention)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)

Breaking changes

Please complete this section if any breaking changes have been made, otherwise delete it

Checklist

  • I have assigned this PR to myself
  • I have added at least 1 reviewer
  • I have added the relevant labels
  • I have updated the official documentation
  • I have added sufficient documentation in code

Testing

  • I have tested this code with the official test suite
  • I have tested this code manually

Manual tests

Please complete this section if you ran manual tests for this functionality, otherwise delete it

Documentation update

Please link the documentation update PR in this section if it's present, otherwise delete it

Additional comments

Please post additional comments in this section if you have them, otherwise delete it

@Stefan-Ethernal Stefan-Ethernal changed the title Feat/evm benchmark tests EVM benchmark tests Mar 4, 2024
@Stefan-Ethernal Stefan-Ethernal force-pushed the feat/evm-benchmark-tests branch from ea0858a to 7113249 Compare March 4, 2024 09:06
@Stefan-Ethernal Stefan-Ethernal force-pushed the feat/evm-benchmark-tests branch from 54bb57a to c138f08 Compare March 4, 2024 11:34
@Stefan-Ethernal Stefan-Ethernal marked this pull request as ready for review March 4, 2024 14:41
@Stefan-Ethernal Stefan-Ethernal self-assigned this Mar 4, 2024
@Stefan-Ethernal Stefan-Ethernal added the feature New feature label Mar 4, 2024
@Stefan-Ethernal Stefan-Ethernal force-pushed the feat/evm-benchmark-tests branch 2 times, most recently from e548db5 to e99ad4d Compare March 4, 2024 15:20
@Stefan-Ethernal Stefan-Ethernal force-pushed the feat/evm-benchmark-tests branch from e99ad4d to eb05482 Compare March 4, 2024 15:32
bane
bane previously approved these changes Mar 4, 2024
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Show resolved Hide resolved
state/executor.go Outdated Show resolved Hide resolved
state/executor.go Outdated Show resolved Hide resolved
tests/evm_benchmark_test.go Outdated Show resolved Hide resolved
@Stefan-Ethernal Stefan-Ethernal force-pushed the feat/evm-benchmark-tests branch from e087959 to 4afb72d Compare March 5, 2024 09:59
@Stefan-Ethernal Stefan-Ethernal merged commit 3fe26ca into develop Mar 5, 2024
9 of 10 checks passed
@Stefan-Ethernal Stefan-Ethernal deleted the feat/evm-benchmark-tests branch March 6, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants