Skip to content

Latest commit

 

History

History
 
 

benchmarks-and-reports

Reports

Getting Started 🚀

We need to install bun with:

curl -fsSL https://bun.sh/install | bash

Then run:

bun install      # installs all dependencies

Running Tests 🧪

bun run test # will run tests against all *.test.* and *.spec.* files

Analyzing Bundle Size 🤓

If you're curious about bundle size and what dependencies actually end up in production:

bun run build:analyze