besu: add besu-bal-full-aot instance on JochenNet devnet-7#10
Merged
Conversation
Mirrors besu-bal-full but runs the AOT-cache image (ethpandaops/besu:bal-devnet-7-aot, built by eth-client-docker-image-builder besu/aot) with BESU_OPTS=-XX:AOTCache=... so the JVM starts pre-warmed and Besu isn't penalised for JIT/C2 warmup against native clients. Regenerated dispatchoor/benchmarkoor.besu.yaml via make config (35 -> 37).
…image The -aot-poc image was built for this PoC by baking a Besu-team-provided Project Leyden AOT cache into ethpandaops/besu:bal-devnet-7 (FROM + COPY, no recompile) and validated to load. Lets the benchmark run now without the CI-build path; expected to be reverted once comparison numbers are in.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
besu-bal-full-aotbenchmark instance — same asbesu-bal-full, but runs Besu on a pre-warmed (Project Leyden AOT) image so the JVM isn't penalised for JIT/C2 warmup versus the native clients (reth/geth).Image:
ethpandaops/besu:bal-devnet-7-aot-poc— built for this PoC by baking the Besu team's AOT cache intoethpandaops/besu:bal-devnet-7(FROM+COPY, no recompile, so every jar is byte-identical and the cache stays valid). Validated to load:Opened AOT cache+Using AOT-linked classes: true(besu26.5-develop-294d238, Temurin 25.0.3, amd64).Purpose: collect before/after numbers (AOT-warmed vs cold JVM) on the JochenNet devnet-7 suite. This is experimental and expected to be reverted — or switched back to
:bal-devnet-7— once we have the comparison.For reference, the Besu team measured on bal-devnet-7: first block
32.9 → 159.5 Mgas/s, warm block154.7 → 233.8 Mgas/s.