add bench 101 wormhole-vaa-latency - #1374
Merged
Merged
Conversation
…ce chain) New passive-observation bench: polls wormholescan /api/v1/vaas every 60s, computes updatedAt - timestamp per VAA (source-tx observation to Guardian quorum), emits wormhole_vaa_latency_seconds histogram bucketed by source chain. Zero canary tx cost, entirely observation-based. Sample data during dev: BSC 5-11s, Solana 17-26s, Sui 6s, Moonbeam 42s. - benchmarks/wormhole-vaa-latency.yml: 20 source-chain providers, histogram_quantile queries - harnesses/wormhole-vaa-latency/: Go binary + Dockerfile, LRU dedupe (10k entries), :2112 metrics - src/data/provider-registry.ts: wormhole entry - src/lib/logo-manifest.ts: wormhole:/logos/wormhole.png - public/logos/wormhole.png: 180x180 PNG from wormhole.com apple-touch-icon - src/lib/spec.ts: cache keys v42->v43 / v45->v46 (bench SET grew by 1) Still needs VPS docker compose + prom scrape target — will follow up in ship.
This was referenced Jul 24, 2026
Flotapponnier
added a commit
that referenced
this pull request
Jul 24, 2026
…ce chain) (#1374) (#1381) New passive-observation bench: polls wormholescan /api/v1/vaas every 60s, computes updatedAt - timestamp per VAA (source-tx observation to Guardian quorum), emits wormhole_vaa_latency_seconds histogram bucketed by source chain. Zero canary tx cost, entirely observation-based. Sample data during dev: BSC 5-11s, Solana 17-26s, Sui 6s, Moonbeam 42s. - benchmarks/wormhole-vaa-latency.yml: 20 source-chain providers, histogram_quantile queries - harnesses/wormhole-vaa-latency/: Go binary + Dockerfile, LRU dedupe (10k entries), :2112 metrics - src/data/provider-registry.ts: wormhole entry - src/lib/logo-manifest.ts: wormhole:/logos/wormhole.png - public/logos/wormhole.png: 180x180 PNG from wormhole.com apple-touch-icon - src/lib/spec.ts: cache keys v42->v43 / v45->v46 (bench SET grew by 1) Still needs VPS docker compose + prom scrape target — will follow up in ship. Co-authored-by: Florent Tapponnier <contact@mobula.io>
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.
New passive-observation bench polling wormholescan /api/v1/vaas every 60s, computing updatedAt - timestamp per VAA (source-tx observation → Guardian quorum), emitting wormhole_vaa_latency_seconds histogram bucketed by 20 source chains. Zero canary tx cost. Still needs VPS docker compose + prom scrape target in a follow-up.