This is a Next.js app for benchmarking multiple Ethereum RPC APIs on several common endpoints.
- Clone the repository
- Install the dependencies
- Update the
/config/rpc-urls.jsonfile with your RPC URLs - Run the development server
npm install
npm run devSet BENCHMARK_WORKERS to control the maximum number of concurrent RPC
requests. It must be a positive integer and defaults to 4.