What problem does it solve? Measuring and comparing the performance of Ethereum JSON-RPC clients (Geth, Nethermind, Reth, Erigon) requires careful setup: consistent request sets, correct load configuration, and comparable metrics. This Skill orchestrates the repository's Go runner to execute reproducible k6 load tests and produce analysis-ready reports. ## Core Features & Use Cases - Configurable Load Testing: Runs benchmarks from YAML workload profiles (mixed, read-heavy, eth_call contracts) with explicit duration, rps, and VU settings. - Reproducible Comparisons: Pre-generates a shared request set via generate-requests so multiple targets or repeat runs receive identical requests. - Remote On-Host Execution: Supports running benchmarks over SSH directly on the target node to eliminate network latency, with Prometheus metrics tunneled back for Grafana visualization. - Use Case: Compare Nethermind and Geth latency on the same machine by running each on-host with the same pre-generated requests.csv, then reviewing per-method p95/p99 latency and error rates in the generated ANALYSIS.md. ## Quick Start Run a benchmark of my local Nethermind node at http://localhost:8545 using the mixed workload profile for one minute and give me a latency comparison report.