Added DNS cache for online benchmark.

This commit is contained in:
XMRig 2020-11-17 04:59:26 +07:00
parent 12a1365b5d
commit d8f9501ac8
No known key found for this signature in database
GPG key ID: 446A53638BE94409
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();
}