Study the algorithm, write something about the algorithm's expected complexity or copy it from Wikipedia and compare it to your test results which you would collect when benchmarking the specific code you decided to pick over increasing input values.
Explain how the algorithm scales up and try to work with large step-sizes.
Algorithm code
https://rosettacode.org/wiki/Sorting_algorithms/Comb_sort#Java