Set benchmark controller even if no benchmark run is executed
This commit is contained in:
parent
c0fec3db63
commit
e23d3c431b
3 changed files with 5 additions and 4 deletions
|
@ -87,9 +87,10 @@ int xmrig::App::exec()
|
|||
}
|
||||
|
||||
m_controller->pre_start();
|
||||
m_controller->config()->benchmark().set_controller(m_controller);
|
||||
|
||||
if (m_controller->config()->benchmark().isNewBenchRun() || m_controller->config()->isRebenchAlgo()) {
|
||||
m_controller->config()->benchmark().start(m_controller);
|
||||
m_controller->config()->benchmark().start();
|
||||
} else {
|
||||
m_controller->start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue