packages/type-benchmark-tests/README.md
This package contains type benchmarks tests using attest.
These were initially developed together with David Blass.
This test suite shall ensure that we are not running into regressions with our type checking performance.
pnpm install in root) and is build (pnpm build in root).pnpm test to run the test suitepnpm test:update to update snapshot recordingspnpm test <filter> to run only files including <filter> in their filenamepnpm test:update <filter> to only update snapshots of files including <filter> in their filename*.bench.ts files.*.bench.ts file can contain multiple attest benchmarks and a dedicated baseline.generated subfolder after a test run.