docs(unichain/tools/node-providers): add third-party benchmark comparison - #1142
docs(unichain/tools/node-providers): add third-party benchmark comparison#1142Flotapponnier wants to merge 1 commit into
Conversation
|
Thanks for contributing to Uniswap Docs! 馃 Quick heads up on how this repo works: the docs you see on developers.uniswap.org are built from a separate source repo. When we accept a change here, we port it over there, so your fix might show up on the live site before it lands in this repo. Updates to this repo come in batches on a regular cadence. When yours is included, you'll be credited as a co-author on the commit, so the contribution counts on your GitHub profile and in Uniswap/docs. We review every PR but can't merge everything. Either way, someone from the docs team will follow up here once we've taken a look. One legal bit: by submitting a PR you agree your contribution is licensed under the repo's MIT license. |
Signed-off-by: Florent Tapponnier <contact@openchainbench.com>
d62c0e6 to
abc6f9a
Compare
|
Just bumping this in case it got buried under other PRs. Happy to adjust the wording or placement if that would help! |
Summary
Adds a short
Compare provider performancesubsection at the end ofcontent/unichain/tools/node-providers.mdx, pointing readers to the OpenChainBench Unichain RPC benchmark as a neutral third-party latency comparison of the Unichain node providers listed on the same page.Why it fits
The page already directs Unichain builders to eight node providers (Alchemy, Blockdaemon, Chainstack, dRPC, Dwellir, Infura, QuickNode, OnFinality) plus the public Unichain endpoint. Each provider publishes its own performance claims. What is missing is a way to compare them side by side against the same request pattern. OpenChainBench probes the Unichain endpoints every minute from three regions (US East, EU West, Singapore) and publishes p50/p95/p99 latency, reliability classification, and stale-block detection under a CC BY 4.0 data license alongside the open-source Go harness. OpenChainBench has no affiliation with any of the listed providers or the Uniswap Foundation, so its ranking is neutral by construction.
Change
One added subsection at the end of the file, after the existing OnFinality entry. No changes to any other provider entry.
Disclosure
I am the maintainer of OpenChainBench. Happy to reword, shorten, or drop the reference entirely if it does not fit the docs style guide.