···11-import { test } from "vitest";
21import { bench } from "@ark/attest";
32import type { InferNS } from "../infer.ts";
43import { lx } from "../lib.ts";
55-66-// Dummy test to satisfy Vitest - actual benchmarks run during module load
77-test("type benchmarks", () => {
88- // Benchmarks run automatically via bench() calls below
99-});
104115bench("InferNS with simple object", () => {
126 const schema = lx.namespace("test.simple", {