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.