From 961fae758844074e7babfbcdbce24299ab1923e8 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Sun, 26 Jul 2026 16:11:03 +0200 Subject: [PATCH 1/2] docs(world-chain): add third-party benchmarks section --- world-chain/resources.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/world-chain/resources.mdx b/world-chain/resources.mdx index 2ba32c6..869590c 100644 --- a/world-chain/resources.mdx +++ b/world-chain/resources.mdx @@ -9,6 +9,10 @@ title: "Resources" - [World Chain Mainnet Status](https://worldchain-mainnet-status.alchemy.com/) - [World Chain Sepolia Status](https://worldchain-sepolia-status.alchemy.com/) +## Third-Party Benchmarks + +- [OpenChainBench World Chain RPC latency](https://openchainbench.com/benchmarks/world-chain-rpc) — independent open-source benchmark measuring public World Chain RPC endpoint latency every minute from three regions. Data published under CC BY 4.0. + ## Documentation - [Brand Kit](https://world.org/press) From 38d11b89ae83bb7cf4374999d9ae196000c6aed3 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:42:37 +0200 Subject: [PATCH 2/2] fix: move OpenChainBench reference to providers/nodes page --- world-chain/providers/nodes.mdx | 6 +++++- world-chain/resources.mdx | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/world-chain/providers/nodes.mdx b/world-chain/providers/nodes.mdx index e7c999a..6cacbf0 100644 --- a/world-chain/providers/nodes.mdx +++ b/world-chain/providers/nodes.mdx @@ -44,4 +44,8 @@ QuickNode offers several benefits for developers building on World Chain, read m ### Supported networks - World Chain -- World Chain Sepolia \ No newline at end of file +- World Chain Sepolia + +## Independent benchmark + +For an independent latency and reliability comparison of public World Chain RPC endpoints, see the [OpenChainBench World Chain RPC benchmark](https://openchainbench.com/benchmarks/world-chain-rpc). It covers a set of community providers, with latency (p50/p90/p99) and success rate probed every 60 seconds from three regions and published under CC BY 4.0 alongside the open-source harness. \ No newline at end of file diff --git a/world-chain/resources.mdx b/world-chain/resources.mdx index 869590c..2ba32c6 100644 --- a/world-chain/resources.mdx +++ b/world-chain/resources.mdx @@ -9,10 +9,6 @@ title: "Resources" - [World Chain Mainnet Status](https://worldchain-mainnet-status.alchemy.com/) - [World Chain Sepolia Status](https://worldchain-sepolia-status.alchemy.com/) -## Third-Party Benchmarks - -- [OpenChainBench World Chain RPC latency](https://openchainbench.com/benchmarks/world-chain-rpc) — independent open-source benchmark measuring public World Chain RPC endpoint latency every minute from three regions. Data published under CC BY 4.0. - ## Documentation - [Brand Kit](https://world.org/press)