/** * SMI-5016 / Risk #7: withTelemetry overhead microbenchmark. * * Uses vitest `bench()` for reporting. Run via: * docker exec skillsmith-dev-1 \ * npx vitest bench --run packages/core/src/telemetry/wrap.bench.ts * * NOTE: `bench()` is reporting-only — it does NOT fail CI on regression. * The assertable p99 < 1ms gate lives in `wrap.test.ts` ('overhead' suite) * and runs in every CI test pass. */ export {}; //# sourceMappingURL=wrap.bench.d.ts.map