Java compute intensive task

EthelM

New Member
I want to compare the compute performance of an android device and a linux virtual machine. (part of my master thesis) The test must be use some kind of inputs (for example an image, or just numbers), and must have some outputs too.For example a jar file to make a panorama picture of a few images. Or maybe a password cracker.The other requirment is, that the test must be started programatically. So it must be possible, to start the panorama making or the password cracking with a java method call.Is there an opensource project or a jar file to make this test?
 
Top