pierrotlefou
pierrotlefou

Reputation: 40761

JVM performance test suite

I have just ported phoneME to our MIPS platform. I feel it runs not that fast; however, is there any performance test suite I can run against to get some quantitative measurement of the performance? I might need to pick some weak points for optimization. In addition, what are common criterions used to evalute a JVM ?

Upvotes: 3

Views: 1081

Answers (1)

kasperjj
kasperjj

Reputation: 3664

Have a look at jbenchmark, while I can't vouch for the quality of their benchmark suite, they have a big set of results from running the benchmark on different mobile handsets which should make it easy for your to compare your engine to other engines on similar hardware.

http://www.jbenchmark.com/

Upvotes: 2

Related Questions