1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-13 10:02:50 -05:00

Added benchmark support

This commit is contained in:
MoneroOcean
2019-07-21 22:31:52 -07:00
parent 9660dfc7b3
commit e6f199e4f4
18 changed files with 309 additions and 22 deletions

View File

@@ -45,6 +45,7 @@ public:
bool isReady() const override;
int init() override;
void pre_start();
void start() override;
void stop() override;