test: Storage + Arcade e2e load test suite#244
Draft
sambabbage wants to merge 1 commit into
Draft
Conversation
Adds StorageE2E.man.test.ts with 8 tests across 3 suites covering read TPS (sequential/parallel/BRC-100/multi-user), write TPS (sequential/single-user-parallel/multi-user), and SSE throughput (sequential delivery, concurrent ingestion, ceiling escalation via noSend + Arcade postBeef pattern). Also adds e2e/storage/README.md documenting env vars, pre-funding, run commands, and observed baselines from initial mainnet validation (10/10 proofs delivered, 7.2 tx/s broadcast, 0.60 tx/s sequential write). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
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.



Summary
StorageE2E.man.test.tswith 8 tests across 3 suites covering the full concurrency matrix (sequential / single-user-parallel / multi-user-parallel) for read TPS, write TPS, and Arcade SSE proof deliverye2e/storage/README.mddocumenting env vars, pre-funding requirements, run commands, Docker TODO, and observed baselinescodex/monitor-arc-resilience(now merged); retargeted tomainTest Suites
createActionsequential, single-user-parallel (noSend + concurrent Arcade broadcast), multi-user parallelKey design choices
createAction({ noSend: true, acceptDelayedBroadcast: true })→ AtomicBEEF →arcade.postBeef(beef, [txid]). Routes through Arcade directly, triggering SSE callbacks to the storage server's/arc-ingestendpoint.deriveUserKey(rootHex, i)uses BIP-32m/0/ichild derivation so the user pool is reproducible across runs.acceptDelayedBroadcast: truethroughout so tests run even when all UTXOs are unconfirmed (common after consecutive runs against the same key).Validated baselines (mainnet, 2026-06-27)
Run
See
e2e/storage/README.mdfor full details.🤖 Generated with Claude Code