Calibrate and save algo-perf and threads automatically

This commit is contained in:
MoneroOcean 2018-08-01 18:01:16 +02:00
parent 98f95584a0
commit 30a4f53c8f
5 changed files with 13 additions and 11 deletions

View file

@ -80,7 +80,7 @@ void Benchmark::onJobResult(const JobResult& result) {
start_perf_bench(next_pa);
} else { // end of benchmarks and switching to jobs from the pool (network)
m_pa = xmrig::PA_INVALID;
m_controller->config()->save(); // save config with measured algo-perf
if (m_controller->config()->isShouldSave() || m_controller->config()->isSaveConfig()) m_controller->config()->save(); // save config with measured algo-perf
Workers::pause(); // do not compute anything before job from the pool
m_controller->network()->connect();
}