1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 13:42:54 -05:00

Added algo performance calibration (benchmarking) functionality

This commit is contained in:
MoneroOcean
2018-07-18 16:49:09 +02:00
parent a8d399e450
commit 9951bd756d
9 changed files with 244 additions and 1 deletions

View File

@@ -33,6 +33,12 @@
"retry-pause": 5,
"safe": false,
"threads": null,
"algo-perf": {
"cn": 1000,
"cn-fast": 2000,
"cn-lite": 2000,
"cn-heavy": 700
},
"user-agent": null,
"watch": false
}