refactor: migrate @bettertui/benchmark into @bettertui/performance
About localfirstai/bettertui
A high-performance terminal runtime for building modern terminal applications with Rust and TypeScript.
The change
• Move all micro-benchmark sources (command-buffer, runtime, theme, reconciler-unit) from packages/benchmark into packages/performance • Rename benchmark's reconciler.bench.ts to reconciler-unit.bench.ts to avoid collision with performance's scaled reconciler suite • Fix performance package.json: workspace:* for core/shared, catalog: pins for typescript/vitest/@types/node, full script surface • Remove tsx/@opentui/core/@opentui/react stubs from performance deps • Delete packages/benchmark (now consolidated into performance) • Update root bench/bench:watch scripts to target @bettertui/performance • Regenerate pnpm lockfile