This repo contains a collection of stress tests for the Jazz React Native stack. It includes two apps:
- rn: A React Native app
- expo: An Expo app
The stress tests are benchmarks using the tinybench library. They measure latency (ms or µs) and throughput (ops/s).
To run the tests, you can use the following commands:
bun i
bun pods
bun start # then choose ios or androidTo run the tests, you can use the following commands:
bun i
bun expo prebuild --clean --platform ios
cd ios
pod install --repo-update
cd ..
bun ios