Geyserbench
Benchmark multiple Yellowstone gRPC endpoints!
Install / Use
/learn @solstackapp/GeyserbenchREADME
GeyserBench
GeyserBench benchmarks the speed and reliability of Solana gRPC-compatible data feeds so you can compare providers with consistent metrics.
Highlights
- Benchmark multiple feeds at once (Yellowstone, aRPC, Thor, Shredstream, Jetstream, and custom gRPC endpoints)
- Track first-detection share, latency percentiles (P50/P95/P99), valid transaction counts, and backfill events
- Stream results to the SolStack backend for shareable reports, or keep runs local with a single flag
- Generate a ready-to-edit TOML config on first launch; supply auth tokens and endpoints without code changes
Installation
Prebuilt binaries
- Download the latest release from the GitHub releases page and place the binary on your
PATH.
Build from source
cargo build --release
The compiled binary is written to target/release/geyserbench.
Quick Start
- Run the binary once to scaffold
config.tomlin the current directory:./target/release/geyserbench - Edit
config.tomlwith the accounts, endpoints, and tokens you want to test. - Run the benchmark. Use
--config <PATH>to point at another file or--privateto disable backend streaming:./target/release/geyserbench --private
During a run, GeyserBench prints progress updates followed by a side-by-side comparison table. When streaming is enabled the tool also returns a shareable link once the backend finalizes the report.
Example Output

Configuration Reference
geyserbench reads a single TOML file that defines the run parameters and endpoints:
[config]
transactions = 1000
account = "pAMMBay6oceH9fJKBRHGP5D4bD4sWpmSwMn52FMfXEA"
commitment = "processed" # processed | confirmed | finalized
[[endpoint]]
name = "Jito Shredstream"
url = "http://localhost:10000"
kind = "shredstream"
[[endpoint]]
name = "Corvus aRPC"
url = "https://fra.corvus-labs.io:20202"
kind = "arpc"
[[endpoint]]
name = "Corvus gRPC"
url = "https://fra.corvus-labs.io:10101"
x_token = "optional-auth-token"
kind = "yellowstone"
config.transactionssets how many signatures to evaluate (backend streaming automatically disables itself for extremely large runs).config.accountis the pubkey monitored for transactions during the benchmark.config.commitmentacceptsprocessed,confirmed, orfinalized.- Repeat
[[endpoint]]blocks for each feed. Supportedkindvalues:yellowstone,arpc,thor,shredstream,shreder, andjetstream.x_tokenis optional.
CLI Options
--config <PATH>— load configuration from a different TOML file (defaults toconfig.toml).--private— keep results local by skipping the streaming backend, even when the run qualifies for sharing.-h,--help— show usage information.
Streaming is enabled by default for standard-sized runs and publishes to https://runs.solstack.app. You can always opt out with --private or by configuring the backend section to point at your own infrastructure.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
