add benches 092 hyperliquid-rpc + 093 tron-rpc#1341
Merged
Conversation
Hyperliquid HyperEVM (chain 999): 5 keyless providers audited (hyperliquid-official, drpc, stakely, purroofgroup, hypurrscan). Standard EVM JSON-RPC via eth_getBlockByNumber. TRON JSON-RPC compat surface: 3 keyless providers audited (trongrid, drpc, publicnode). Native REST API surface out of scope for the RPC cluster; can add a tron-rest bench later. Bumps bench-unfiltered v37->v38, all-benchmarks v40->v41.
Flotapponnier
added a commit
that referenced
this pull request
Jul 24, 2026
Hyperliquid HyperEVM (chain 999): 5 keyless providers audited (hyperliquid-official, drpc, stakely, purroofgroup, hypurrscan). Standard EVM JSON-RPC via eth_getBlockByNumber. TRON JSON-RPC compat surface: 3 keyless providers audited (trongrid, drpc, publicnode). Native REST API surface out of scope for the RPC cluster; can add a tron-rest bench later. Bumps bench-unfiltered v37->v38, all-benchmarks v40->v41. 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.
Summary
Two new per-chain RPC latency benches, both extending the existing rpc-capabilities cluster.
Bench 092 — hyperliquid-rpc
Bench 093 — tron-rpc
Files
benchmarks/hyperliquid-rpc.yml— bench 092 spec (validated against SpecSchema)benchmarks/tron-rpc.yml— bench 093 spec (validated against SpecSchema)harnesses/rpc-capabilities/cmd/script/config.go— 2 new chain blockssrc/lib/chains.ts— Hyperliquid registered (Tron chain already existed)src/data/provider-registry.ts— 5 new provider entries (hyperliquid-official, stakely, purroofgroup, hypurrscan, trongrid)src/lib/logo-manifest.ts— hyperliquid-official → hyperliquid, trongrid → tronsrc/lib/spec.ts— cache keys v37→v38 / v40→v41 (bench SET changed)Test plan