Skip to content

Version 2.1.1

Compare
Choose a tag to compare
@N-Wouda N-Wouda released this 15 May 11:26
· 81 commits to master since this release

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.