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
}