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
|
@ -30,8 +30,7 @@
|
|||
namespace xmrig {
|
||||
|
||||
// start performance measurements from the first bench_algo
|
||||
void Benchmark::start(Controller* controller) {
|
||||
m_controller = controller;
|
||||
void Benchmark::start() {
|
||||
JobResults::setListener(this); // register benchmark as job result listener to compute hashrates there
|
||||
// write text before first benchmark round
|
||||
LOG_ALERT(">>>>> STARTING ALGO PERFORMANCE CALIBRATION (with %i seconds round)", m_controller->config()->benchAlgoTime());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue