Skip to content

Commit

Permalink
Merge pull request #8 from aoli-al/pr
Browse files Browse the repository at this point in the history
Fix build.
  • Loading branch information
ankushdesai authored Oct 13, 2023
2 parents 2f9b968 + a1dac83 commit 88e3ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ private void RunNextIteration(int schedule)
}


if (ShouldPrintIteration(iteration))
if (ShouldPrintIteration(schedule))
{
var seconds = watch.Elapsed.TotalSeconds;
Logger.WriteLine($"Elapsed: {seconds}, " +
Expand Down

0 comments on commit 88e3ae0

Please sign in to comment.