# 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.
