WoodenBenchmark

Example of output:


Testing arrays. Input the size:
100000
Benchmark "Uniform Distributed" <InsertionSort>. Elapsed: 1046.64ms 
Benchmark "Uniform Distributed" <InsertionSortSentinel>. Elapsed: 1662.97ms 
Benchmark "Normal Distributed" <InsertionSort>. Elapsed: 1033.91ms 
Benchmark "Normal Distributed" <InsertionSortSentinel>. Elapsed: 1639.41ms
Benchmark "Chi Squared Distributed" <InsertionSort>. Elapsed: 1048.94ms
Benchmark "Chi Squared Distributed" <InsertionSortSentinel>. Elapsed: 1633.64ms
Benchmark "Uniform Distributed | Partially Sorted - unsorting factor = 1" <InsertionSort>. Elapsed: 924.891ms
Benchmark "Uniform Distributed | Partially Sorted - unsorting factor = 1" <InsertionSortSentinel>. Elapsed: 1497.94ms
Benchmark "Uniform Distributed | Partially Sorted - unsorting factor = 7" <InsertionSort>. Elapsed: 931.178ms
Benchmark "Uniform Distributed | Partially Sorted - unsorting factor = 7" <InsertionSortSentinel>. Elapsed: 1492.63ms