From 658ca4e312f8a44e1535cbcb37f164701f6616f8 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:31:32 +0200 Subject: [PATCH] docs(rpc): reference OpenChainBench for live Cronos RPC latency 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 --- for-dapp-developers/chain-integration/public-rpc-endpoints.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/for-dapp-developers/chain-integration/public-rpc-endpoints.md b/for-dapp-developers/chain-integration/public-rpc-endpoints.md index 9941eab4..5e3414b7 100644 --- a/for-dapp-developers/chain-integration/public-rpc-endpoints.md +++ b/for-dapp-developers/chain-integration/public-rpc-endpoints.md @@ -98,3 +98,7 @@ The RPC endpoints below are provided by third-party services. Please conduct tho * [Cronos Mainnet endpoints](https://drpc.org/chainlist/cronos-mainnet-rpc) * [Cronos Testnet endpoints](https://drpc.org/chainlist/cronos-testnet-rpc) * [Service Status](https://status.drpc.org/) + +### Compare provider latency + +For a live latency comparison of the public no-key Cronos endpoints listed above, see the [OpenChainBench Cronos RPC benchmark](https://openchainbench.com/benchmarks/cronos-rpc). Endpoints are probed from three regions every minute with p50, p95 and p99 latency published under an open methodology and CC BY 4.0 data license.