Added Benchmark class.

This commit is contained in:
XMRig
2020-10-17 04:03:42 +07:00
parent 14892cf040
commit ea7275fc28
14 changed files with 346 additions and 156 deletions

View File

@@ -89,9 +89,6 @@ const char *Pool::kBenchmark = "benchmark";
#endif
uint32_t Pool::benchProgress = 0;
}