dbg-03 reproduction

Public source retained with the related article. Generated results, dependency directories, runtime storage, secrets, and oversized binary artifacts are intentionally excluded.

README

# DBG-03 logging workload reproduction

This synthetic fixture measures the serialized size of two records for the
same integration event. One embeds a 32 KiB document as Base64. The other
keeps bounded diagnostic fields and omits the document.

It projects both byte counts at an illustrative one thousand events per second,
matching Brian's approximate recollection from the anonymized incident.

Run:

```sh
./run.sh
```

The fixture proves serialized byte arithmetic only. It does not benchmark a
logger, CPU, disk, compression, batching, indexing, or the private system.

Retained files