reverse-name/node_run/config.json

60 lines
988 B
JSON
Raw Normal View History

2024-03-17 15:09:57 +08:00
{
"备注": "//mode只有preliminary是测其它任何字段都是不测 //count应该是测多少次的意思//score是个分数限制低于这个就认为失败不记录",
2024-03-18 23:02:51 +08:00
"threads": 1,
"CQD": {
2024-03-17 15:09:57 +08:00
"mode": "preliminary",
2024-03-18 23:02:51 +08:00
"thresholds": [
{
2024-03-19 21:25:48 +08:00
"score": 40,
"count": 200
2024-03-18 23:02:51 +08:00
}
]
},
"QP": {
"mode": "disabled",
2024-03-17 15:09:57 +08:00
"thresholds": [
{
"score": 5500,
2024-03-19 21:25:48 +08:00
"count": 100
2024-03-17 15:09:57 +08:00
},
{
"count": 10000,
"skillLabel": "QP 100%"
}
]
},
"QD": {
2024-03-18 23:02:51 +08:00
"mode": "disabled",
2024-03-17 15:09:57 +08:00
"thresholds": [
{
"score": 5500,
"count": 1000
},
{
"count": 10000
}
]
},
"PP": {
"mode": "disabled",
"thresholds": [
{
"count": 10,
"score": 6050
},
{
"count": 100,
"score": 6850
}
]
},
"PD": {
"mode": "disabled",
"thresholds": [
{
"count": 10000
}
]
}
}