views:

43

answers:

1

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

+1  A: 

You can use JUnit with something like JUnitBenchmarks.

Chris Dennett