feat(rpc): per-chain RPC cluster — 10 first-class benches (044-053)#864
Merged
Conversation
1 task
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.
What
Promotes the 10 per-chain RPC leaderboards from variant pages (
/benchmarks/rpc-capabilities/{chain}) to first-class benchmarks with their own YAML, editorial, FAQ and region dimension:ethereum-rpc(044, 9 providers) ·arbitrum-rpc(045, 8) ·base-rpc(046, 6) ·optimism-rpc(047, 6) ·avalanche-rpc(048, 6) ·bnb-rpc(049, 5) ·polygon-rpc(050, 5) ·linea-rpc(051, 4) ·scroll-rpc(052, 4) ·mantle-rpc(053, 4)Why
/benchmarks/polygon-rpc).How
scripts/generate-rpc-chain-benches.py) reads provider metadata from the parent and bakeschain="X"into every PromQL selector. Region stays a dimension (all/us-east/eu-west/sgp) withrank_matrix_queryper bench for scoped badges.rpc-capabilitieskeeps the cross-chain role; itsper_chain_explainerblock is removed and the old variant URLs 301 to the new benches (next.config.ts).Validation
npx tsx scripts/validate-specs.ts→ all 10 pass (only pre-existing perp-open-interest error remains)dry-run-spec polygon-rpcagainst prod Prom → live data for all 5 providers (dRPC 22ms leader)Test plan (preview)