Separate bench and mo bench

This commit is contained in:
MoneroOcean 2020-10-25 04:20:01 +00:00
parent 5a8a726f69
commit 81b629acad
12 changed files with 25 additions and 33 deletions

View file

@ -89,7 +89,7 @@ int xmrig::App::exec()
return 0;
}
# ifdef XMRIG_FEATURE_BENCHMARK
# ifdef XMRIG_FEATURE_MO_BENCHMARK
m_controller->pre_start();
m_controller->config()->benchmark().set_controller(m_controller);