Skip to content

Commit

Permalink
MoBenchmark: restore listener at the end of finish()
Browse files Browse the repository at this point in the history
  • Loading branch information
Spudz76 committed May 29, 2024
1 parent adb3724 commit 976c3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/MoBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void MoBenchmark::finish() {
LOG_INFO("%s " BRIGHT_BLACK_BG(CYAN_BOLD_S " ALGO PERFORMANCE CALIBRATION COMPLETE "), Tags::benchmark());
m_controller->miner()->pause(); // do not compute anything before job from the pool
JobResults::stop();
JobResults::setListener(m_controller->network(), m_controller->config()->cpu().isHwAES());
m_controller->start();
}

Expand Down

0 comments on commit 976c3c2

Please sign in to comment.