Added algo performance calibration (benchmarking) functionality
This commit is contained in:
parent
a8d399e450
commit
9951bd756d
9 changed files with 244 additions and 1 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue