Flashlight generates a performance score for your Android app, aggregating different metrics. (📱 iOS support is also in the works)
🙅 No setup required in your app
🚀 Measure performance even on production apps
✨ Generates beautiful reports (like this Flatlist/Flashlist comparison)
With Flashlight 🔦, you can either:
- Upload an app and get your performance score on app.flashlight.dev
Or use the CLI:
flashlight measure
: quickly audit your perf with real-time measuresflashlight test
: automate your measures with e2e performance testing over several iterationsflashlight cloud
: run measures on real devices in the cloud & integrate in your CI setup
macOS/Linux
curl https://get.flashlight.dev | bash
Windows
iwr https://get.flashlight.dev/windows -useb | iex
Head over to the docs at docs.flashlight.dev
We love pull requests! Head over to the contribution guide to get started.