@buoy-gg/benchmark
v1.7.8
Published
Performance benchmarking system for React Native dev tools
Downloads
605
Readme
@buoy/benchmark
Description
benchmark package for the monorepo.
Installation
This package is part of the monorepo and is automatically available to other packages and the example app.
Usage
import { BenchmarkComponent } from '@buoy/benchmark';
// Use in your component
<BenchmarkComponent title="Hello World" />Development
Building
pnpm buildType Checking
pnpm typecheckClean Build
pnpm cleanStructure
benchmark/
├── src/
│ └── index.ts # Main export file
├── lib/ # Built output (git ignored)
├── package.json
├── tsconfig.json
└── README.mdDependencies
- Uses
@buoy/shared-uifor common components and utilities - React and React Native as peer dependencies
