Benchmarking Java programs

Posted by stefan-ock on Stack Overflow See other posts from Stack Overflow or by stefan-ock
Published on 2011-01-03T08:55:58Z Indexed on 2011/01/13 10:54 UTC
Read the original article Hit count: 284

For university, I perform bytecode modifications and analyze their influence on performance of Java programs. Therefore, I need Java programs---in best case used in production---and appropriate benchmarks. For instance, I already got HyperSQL and measure its performance by the benchmark program PolePosition. The Java programs running on a JVM without JIT compiler. Thanks for your help!

P.S.: I cannot use programs to benchmark the performance of the JVM or of the Java language itself (such as Wide Finder).

© Stack Overflow or respective owner

Related posts about java

Related posts about Performance