.bench/

Generated output. Created by the bench runner; never edit anything inside it.

.bench/
├── bench.d.ts     # typed declarations for your measurements — bench.observe() autocompletes
└── workspace/     # per-run workspaces copied from template/

bench.d.ts — generated from bench.config.ts, so bench.observe() and bench.attach() are typed against your declared measurement and artifact ids. Regenerated by axon bench prepare.

workspace/ — the live workspaces runs execute in. Retention follows the workspace.retain setting in the config — by default only failed runs' workspaces survive for inspection.