mirror of
https://github.com/xmrig/xmrig.git
synced 2026-04-25 23:52:37 -04:00
Added benchmark and stress test
Easy to use and zero configuration embedded benchmark/stress test.
This commit is contained in:
@@ -387,9 +387,9 @@ void xmrig::CpuBackend::stop()
|
||||
}
|
||||
|
||||
|
||||
void xmrig::CpuBackend::tick(uint64_t ticks)
|
||||
bool xmrig::CpuBackend::tick(uint64_t ticks)
|
||||
{
|
||||
d_ptr->workers.tick(ticks);
|
||||
return d_ptr->workers.tick(ticks);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user