Benchmarks for Single and MultiThreaded programs

Posted by user280848 on Stack Overflow See other posts from Stack Overflow or by user280848
Published on 2010-06-16T20:05:05Z Indexed on 2010/06/16 20:12 UTC
Read the original article Hit count: 132

Hi I am trying to compare the performance of Single and Multithreaded Java programs. Are there any single thread benchmarks which are available which I could then use and convert to their multithreaded version and compare the performance. Could anybody guide me as to what kind of programs(not very small) are suitable for this empirical comparison.

Thanks in advance

© Stack Overflow or respective owner

Related posts about java

Related posts about Performance