1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 22:12:53 -05:00
This commit is contained in:
MoneroOcean
2018-08-06 11:01:10 +02:00
parent feeb226507
commit bd56b8892c
2 changed files with 2 additions and 2 deletions

View File

@@ -46,6 +46,6 @@ class Benchmark : public IJobResultListener {
virtual ~Benchmark() {}
void set_controller(xmrig::Controller* controller) { m_controller = controller; }
void shoud_save_config() { m_shouldSaveConfig = true; }
void should_save_config() { m_shouldSaveConfig = true; }
void start_perf_bench(const xmrig::PerfAlgo); // start benchmark for specified perf algo
};