1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-10 17:12:46 -05:00

Added DNS cache for online benchmark.

This commit is contained in:
XMRig
2020-11-17 04:59:26 +07:00
parent 12a1365b5d
commit d8f9501ac8
3 changed files with 62 additions and 36 deletions

View File

@@ -88,6 +88,7 @@ uint64_t xmrig::BenchState::start(size_t threads, const IBackend *backend)
void xmrig::BenchState::destroy()
{
xmrig::done = true;
async.reset();
}