Benchmark support for GhostRider (offline only)

Command line:
```
./xmrig --bench=250K -a gr --rotation 15
```
Where `rotation` is an integer between 0 and 19 (inclusive).
This commit is contained in:
SChernykh 2021-11-24 15:44:27 +01:00
parent 03e70ba2ed
commit a1d7ee4c6b
6 changed files with 60 additions and 8 deletions

View file

@ -87,6 +87,7 @@ public:
SpendSecretKey = 1055,
DaemonZMQPortKey = 1056,
HugePagesJitKey = 1057,
RotationKey = 1058,
// xmrig common
CPUPriorityKey = 1021,