Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 293 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 293 Bytes

Benchmarking Sorting Algorithms

Benchmarking the performance of Arrays.sort() algorithms implemented in Java

You need to input 3 parameters: [Thread Number] [Iteration] [size per thread/MB];

Example: java -Xms512m -Xmx400g -jar Benchmarking-Sorting-Algorithms-1.0-SNAPSHOT.jar 96 10 512;