Skip to content

Commit

Permalink
Merge pull request #134 from Spudz76/pr-mo-fix-no-results
Browse files Browse the repository at this point in the history
MoBenchmark: restore listener at the end of finish()
  • Loading branch information
MoneroOcean authored May 29, 2024
2 parents adb3724 + 976c3c2 commit 7e9881b
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 7e9881b

Please sign in to comment.