Version 2.1.1
Fix an off-by-one mistake in the number of runtimes to collect. We want to collect how long one iteration takes, but by accident collected the start time as well. This resulted in a mistaken value at index 0.
This release removes that mistake, such that the actual results are properly aligned.