Files
metabuilder/tools/analysis/code/analyze-render-performance.ts

6 lines
166 B
TypeScript

#!/usr/bin/env tsx
import { runRenderPerformanceAnalysis } from './analyze-render-performance'
console.log(JSON.stringify(runRenderPerformanceAnalysis(), null, 2))