docs(tron-grid): add OpenChainBench TRON RPC benchmark reference - #647
Open
Flotapponnier wants to merge 1 commit into
Open
docs(tron-grid): add OpenChainBench TRON RPC benchmark reference#647Flotapponnier wants to merge 1 commit into
Flotapponnier wants to merge 1 commit into
Conversation
Author
|
Just bumping this in case it got buried under other PRs. Happy to adjust the wording or placement if that would help! |
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
Adds a third-party RPC benchmark reference to the TronGrid introduction section, pointing readers to the OpenChainBench TRON RPC benchmark for an independent comparison of public TRON JSON-RPC endpoints.
Why it fits
The TronGrid page is the natural entry point for developers choosing a hosted TRON API. What is missing is a way to compare TronGrid against other public providers on neutral ground. OpenChainBench probes the TRON JSON-RPC-compatible endpoint (
/jsonrpc) every 60 seconds from three regions (US East, EU West, Singapore), publishes p50/p90/p99 latency and success rate, and ships raw data under CC BY 4.0 with the harness open-sourced on GitHub. Measured providers at launch: TronGrid (api.trongrid.io/jsonrpc), dRPC (tron.drpc.org) and PublicNode (tron.publicnode.com/jsonrpc).Change
One paragraph added after the TronGrid service description in the Introduction section. No changes to existing content.
Disclosure
I maintain OpenChainBench. Happy to reword or drop the reference if it does not fit the docs style.