Skip to content

Commit

Permalink
WaitIdle at the end of Benchmark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ealrann committed Jul 15, 2020
1 parent c35a2bd commit 37c3b7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void run()
currentIteration++;
if (currentIteration == stopIteration)
{
boardProcessAdapter.waitIdle();
application.setRun(false);
printBenchmarkResult();
}
Expand Down

0 comments on commit 37c3b7b

Please sign in to comment.