DEV Community

Arnau Espin
Arnau Espin

Posted on

rpcbenchmark.com - New SaaS to benchmark RPC Nodes

Have you ever needed to compare different RPC nodes for your dApp in Ethereum or Solana? This might be of your interest 👇

What is rpcbenchmark.com

I just published my latest project: rpcbenchmark.com this is a tool to benchmark RPC Nodes from different blockchains like Solana, Ethereum, Near, etc. It has a free plan which is unlimited benchmarks but maximum with 2 RPCs. You can also buy credits at a relatively low price and each benchmark with over 2 nodes is going to cost 1 credit.

How is the benchmark done?

We have different lambda functions deployed in different regions across the globe. These lambdas make 50 concurrent requests to the RPC nodes we wish to compare. We compute the average time of each request and then we return this number as the latency, expressed in ms. As you can see it is very simple.

Here I benchmarked Helius vs HelloMoon Solana Free Tier RPC.

Additionally I am giving away 11 coupons for 5 FREE credits (5€) in rpcbenchmark.com/buy

RPCB2

RPCB3

RPCB4

RPCB5

RPCB6

RPCB7

RPCB8

RPCB9

RPCB10

RPCB11

RPCB12

Tech Stack

The tech stack I used is:

  • NextJS
  • Postgre
  • Kafka
  • Stripe
  • DigitalOcean
  • TRPC
  • Kysely

Top comments (0)