add glamsterdam-devnet-7-full subdir: full suite, no repricing marker, 200M/300M, benchmarks/amsterdam - #21
Open
qu0b wants to merge 1 commit into
Open
add glamsterdam-devnet-7-full subdir: full suite, no repricing marker, 200M/300M, benchmarks/amsterdam#21qu0b wants to merge 1 commit into
qu0b wants to merge 1 commit into
Conversation
qu0b
force-pushed
the
qu0b/full-suite-context
branch
from
July 30, 2026 18:07
3549156 to
559e325
Compare
…, 200M/300M, benchmarks/amsterdam New subdir fills the complete EEST benchmark suite (drop -m repricing) at 200M and 300M gas from the frozen benchmarks/amsterdam branch (forks/amsterdam now merges devnet-8 spec PRs). Test types stay stateful/compute; the suite is distinguished by subdir. Build-only for now: the runner test-source files land with the first release, until then dispatchoor skips the subdir (it discovers test types from runner files).
qu0b
force-pushed
the
qu0b/full-suite-context
branch
from
July 30, 2026 18:54
559e325 to
1b7b496
Compare
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
v1/glamsterdam-devnet-7-fullsubdir to the repricing context, per the ask in #benchmarking: fill the complete EEST benchmark suite (drop-m repricing) at 200M and 300M gas, frombenchmarks/amsterdam(forks/amsterdamnow merges devnet-8 spec PRs;benchmarks/amsterdamis its frozen pre-devnet-8 snapshot — exact ancestor commit178d9f9, so the state-actor sender/delegate key constants and stub addresses are unchanged).Test types keep their plain
stateful/computenames — the full suite is distinguished by subdir. The existingv1/glamsterdam-devnet-7(repricing-marked) subdir is untouched and keeps running in parallel.Changes
test-source.{stateful,compute}.builder.yaml: same shape as the devnet-7 builders, witheest_ref: benchmarks/amsterdam, nomarker,gas_benchmark_values: [200,300]. Theforce: trueworkaround flags aren't carried over (one-time fix for leftover partial fixtures; this subdir's fixtures dir is fresh). The computenot (test_blobhash and one_blob)exclusion is kept — the filler rejects that variant INVALID.global.yaml: ownEEST_FIXTURES_DIR(glamsterdam-devnet-7-full), following the per-subdir convention.clients.yaml: byte-identical copy of devnet-7's (diff -qclean) — same instances so the two suites stay comparable; keep them in sync.subdirchoice in build + run. No other machinery changes: release derives everything from the build run title, anddispatchoor/generate.shalready scans allrepricing/v1/*subdirs — with no runner files yet it skips this one (verified: regen is a zero-line diff).test-source.*.runner.yamlfiles land in a follow-up once the first build+release exists to pointfixtures_urlat. That follow-up should also set run timeouts for this subdir ingenerate.sh.Coverage notes (verified against the branch)
stateful/bloatnet/{test_call,test_create,test_erc20,test_transient_storage,depth_benchmarks},compute/scenario/{test_mix_operations,test_transaction_types,test_unchunkified_bytecode}, and thecompute/eip7928_block_level_access_liststests (85 of 133 test functions carry the marker today).test_call/test_erc20needfactory_stub/erc20_stubstub addresses the state-actor prestate doesn't provide — EEST warns and skips those (verified inaddress_stubs.py::parametrize_args), it does not fail the fill. Filling them later needs new state-actor entities + stub entries.stateful/eip7928_block_level_access_listsstays excluded (test path istests/benchmark/stateful/bloatnet, matching the devnet-7 scope) — can widen after a first green build.test-type+ EEST sha but not subdir, so devnet-7 and devnet-7-full releases of the same test type are distinguished only by sha/timestamp once glamsterdam-devnet-7: pin eest_ref to frozen benchmarks/amsterdam #22 lands; pass an explicittaginput on release dispatch if clearer naming is wanted.Ordering
Dispatch
benchmarkoor-build.yamlwithsubdir=v1/glamsterdam-devnet-7-fullonly after the state-actor datadir regen (see #benchmarking), so payloads are filled against the new state. Companion: #22 pins the existing devnet-7 subdir'seest_refto the same frozen branch.