https://github.com/evant/alarmmanagerstresstest
Stress test how many alarms you can set at once (spoiler: it's a lot!)
https://github.com/evant/alarmmanagerstresstest
Last synced: 13 days ago
JSON representation
Stress test how many alarms you can set at once (spoiler: it's a lot!)
- Host: GitHub
- URL: https://github.com/evant/alarmmanagerstresstest
- Owner: evant
- Created: 2014-11-14T04:29:39.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T22:44:34.000Z (about 6 years ago)
- Last Synced: 2025-02-23T18:32:18.878Z (over 1 year ago)
- Language: Java
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AlarmManagerStressTest
======================
Stress test how many alarms you can set at once (spoiler: it's a lot!)
You can play with `ALARM_DELAY` and `MAX_ALARMS` to test this yourself. On the moto x (1st gen), I was seeing about 3k alarms set before `alarmManager.set()` started slowing down severly.