Skip to content

add JMH benchmark CI workflow and JSON output#10183

Draft
bomanaps wants to merge 4 commits intobesu-eth:mainfrom
bomanaps:feat/continuous-evm-benchmarking
Draft

add JMH benchmark CI workflow and JSON output#10183
bomanaps wants to merge 4 commits intobesu-eth:mainfrom
bomanaps:feat/continuous-evm-benchmarking

Conversation

@bomanaps
Copy link
Copy Markdown

@bomanaps bomanaps commented Apr 4, 2026

PR description

Fixed Issue(s)

Adds a workflow_dispatch GitHub Actions workflow that runs Besu's JMH EVM microbenchmarks against any specified branch, tag, or commit SHA and uploads results as a downloadable artifact with hardware metadata. Also enables JSON result format for JMH benchmarks in build.gradle, making results directly loadable into jmh-visualizer for performance analysis.
LF-Decentralized-Trust-Mentorships/mentorship-program#69

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • spotless: ./gradlew spotlessApply
  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests
  • hive tests: Engine or other RPCs modified?

@bomanaps bomanaps marked this pull request as draft April 4, 2026 06:08
Signed-off-by: bomanaps <mercy.boma35@yahoo.com>
@bomanaps bomanaps force-pushed the feat/continuous-evm-benchmarking branch from 14adc4e to 0b844c3 Compare April 4, 2026 06:12
Signed-off-by: bomanaps <mercy.boma35@yahoo.com>
@bomanaps bomanaps force-pushed the feat/continuous-evm-benchmarking branch from 8887e58 to 9d194d6 Compare April 4, 2026 08:58
bomanaps added 2 commits April 4, 2026 10:23
Signed-off-by: bomanaps <mercy.boma35@yahoo.com>
Signed-off-by: bomanaps <mercy.boma35@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant