1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-17 21:12:58 -04:00

Implemented static benchmark verification (--bench --seed --hash)

This commit is contained in:
XMRig
2020-10-24 13:53:49 +07:00
parent 027a6f8ae2
commit 36c1cb23e0
14 changed files with 220 additions and 107 deletions

View File

@@ -34,6 +34,7 @@
#include "base/kernel/interfaces/IClientListener.h"
#include "base/net/http/Fetch.h"
#include "base/net/http/HttpData.h"
#include "base/net/http/HttpListener.h"
#include "base/net/stratum/SubmitResult.h"
#include "base/tools/Buffer.h"
#include "base/tools/Timer.h"