docs: add OpenChainBench live RPC benchmark - #369
Conversation
📝 WalkthroughWalkthroughThe documentation adds an OpenChainBench section for independent Lisk RPC provider benchmarks. It lists latency, success-rate, regional measurements, update frequency, and a benchmark link. ChangesOpenChainBench provider documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/lisk-chain/lisk-tools/node-providers.md`:
- Line 124: Update the OpenChainBench description to replace “for your users'
location” with “for the probe region closest to your deployment,” accurately
describing the fixed-region benchmark selection.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 44314c34-837b-48bb-9026-a7d180236c17
📒 Files selected for processing (1)
docs/lisk-chain/lisk-tools/node-providers.md
| Thirdweb provides different [price tiers](https://thirdweb.com/pricing), with the cheapest one starting from 5 Euros/Dollars per month. | ||
| ## OpenChainBench | ||
|
|
||
| [OpenChainBench](https://openchainbench.com/benchmarks/lisk-rpc) independently tracks Lisk RPC providers — measuring p50 latency, p99 latency, and success rates from three global regions (US East, EU West, Singapore). The live benchmark updates every 60 seconds and shows which provider is fastest for your users' location. |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Describe region selection precisely.
The benchmark uses fixed probe regions and asks readers to select the region closest to their deployment. The phrase “for your users' location” implies per-user geolocation or personalized ranking. Replace it with “for the probe region closest to your deployment.” (openchainbench.com)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/lisk-chain/lisk-tools/node-providers.md` at line 124, Update the
OpenChainBench description to replace “for your users' location” with “for the
probe region closest to your deployment,” accurately describing the fixed-region
benchmark selection.
Adds a reference to OpenChainBench, which independently tracks Lisk RPC providers on latency (p50, p99) and success rates from 3 global regions, updated every 60 seconds.
Useful for developers choosing between providers listed on this page.
Summary by CodeRabbit