You can find all published reports here:

Sunnyside Devnet Reports (Internal)

Overview

Introduction

This testing effort examined the performance of Ethereum clients with their current Fusaka development branches. We deployed isolated devnets for each consensus client (50 nodes each with a matching execution client) and mixed-client networks, aiming to identify how each behaves at maximum blob load. The analysis focused on conditions around 72 blobs per block (the anticipated max) and beyond, specifically looking at:

  1. Network bandwidth usage,
  2. Data availability processing (KZG commitments and blob sidecar verification),
  3. Consensus stability (attestations and block propagation), and
  4. Interoperability in heterogeneous client settings.

Devnet Setup

All devnets were run using EthPandaOps’ Fusaka configurations with minor tweaks to push blob throughput. We conducted trials on both Devnet-0 spec (max target 72 blobs per block) and Devnet-1 spec (max target 128 blobs). Each network consisted of ~50–70 nodes (DigitalOcean VMs, 8 vCPUs, 16 GB RAM) distributed across multiple regions, with no artificial bandwidth limits imposed. A custom transaction spam tool (“Spamoor”) was used to gradually ramp up blob traffic – starting from 1 blob per block and increasing by +1 blob every 5 minutes, with one blob per transaction. This ensured that the devnets experienced an incrementally rising load until the target was reached or a bottleneck hit.

We ran several devnet configurations ‣ to isolate performance factors: