google / android-emulator-container-scripts

1.87k stars 261 forks source link

Monkey testing emulator performance #316

Open copypasteearth opened 1 year ago

copypasteearth commented 1 year ago

This may be off topic here, but I have been working on getting adb monkey running smoothly in GitHub actions Marcos runner. The problem is that I think the machines might not be performant enough to run the monkey in, as when sending events they don't succeed a lot of times. Do you have a recommendation on the machine specs I would need to run a performant monkey test, where most of the input events would succeed? Just like running the monkey on your own workstation. It seems like the 3 cores GitHub actions gives you just doesn't cut it.

Thank you for your time