docs(rpc): reference OpenChainBench for live Cronos RPC latency - #342
Open
Flotapponnier wants to merge 1 commit into
Open
docs(rpc): reference OpenChainBench for live Cronos RPC latency#342Flotapponnier wants to merge 1 commit into
Flotapponnier wants to merge 1 commit into
Conversation
2 tasks
Add a Compare provider latency subsection at the end of the public RPC endpoints page linking to the third-party OpenChainBench Cronos RPC benchmark, which measures the public no-key endpoints listed above. Signed-off-by: Florent Tapponnier <contact@mobula.io>
Flotapponnier
force-pushed
the
ocb-clean-gitbook
branch
from
July 26, 2026 13:34
2c1f69e to
658ca4e
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.
Summary
Add a single subsection to
for-dapp-developers/chain-integration/public-rpc-endpoints.mdat the end of the page, pointing readers to a live latency comparison of the public Cronos endpoints listed above.Why
Readers picking between the official Cronos endpoints (evm.cronos.org, rpc.cronos.org) and the third-party public endpoints (Automata 1RPC, Blockdaemon, PublicNode, dRPC, etc.) currently have no live data to compare. OpenChainBench is a neutral third-party benchmark that probes each of these endpoints from three regions every minute and publishes p50, p95 and p99 latency.
Changes
Single-file change on the default
gitbookbranch:for-dapp-developers/chain-integration/public-rpc-endpoints.md(+7 lines at end of file)Replaces #341
This PR replaces #341, which was accidentally opened against
master(a diverged branch with different folder structure), producing a 684-file conflict. #341 will be closed. This clean PR touches only the intended file on the correct base branch.Happy to reword or drop if this does not fit the docs' tone.