yorhodes / rpc-benchmarks

Benchmark ethereum JSON rpcs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config

Copy the template and configure your RPC urls

cp providers.examples.json providers.json

Also check the benchmark configuration in config.json

Typescript

Install deps

yarn install

Run tests

yarn ts-node benchmark.ts

Rust

Install deps

cargo install

Run tests

cargo build && cargo run

About

Benchmark ethereum JSON rpcs


Languages

Language:TypeScript 76.4%Language:Rust 23.6%