Performance benchmarking system for React Native dev tools
npm install @buoy-gg/benchmarkbenchmark package for the monorepo.
This package is part of the monorepo and is automatically available to other packages and the example app.
``typescript
import { BenchmarkComponent } from '@buoy/benchmark';
// Use in your component
`
`bash`
pnpm build
`bash`
pnpm typecheck
`bash`
pnpm clean
``
benchmark/
├── src/
│ └── index.ts # Main export file
├── lib/ # Built output (git ignored)
├── package.json
├── tsconfig.json
└── README.md
- Uses @buoy/shared-ui` for common components and utilities
- React and React Native as peer dependencies