msquic/scripts/FullRunRPS.json

59 строки
2.2 KiB
JSON

{
"Remote": {
"Exe": "secnetperf",
"Arguments": ""
},
"FullMatrix": true,
"Tests": [
{
"TestName": "RPS",
"Local": {
"Platform": "Windows",
"Tls": ["schannel", "openssl"],
"Arch": ["x64", "x86", "arm", "arm64"],
"Exe": "secnetperf",
"Arguments": "-test:RPS -target:$RemoteAddress"
},
"Variables": [
{
"Name": "ConnectionCount",
"Local": {
"50": "-conns:50 -requests:1500",
"100": "-conns:100 -requests:3000",
"250": "-conns:250 -requests:7500",
"500": "-conns:500 -requests:15000",
"1000": "-conns:1000 -requests:30000"
},
"Default": "250"
},
{
"Name": "RequestSize",
"Local": {
"0": "-request:0",
"512": "-request:512",
"4096": "-request:4096",
"16384": "-request:16384"
},
"Default": "0"
},
{
"Name": "ResponseSize",
"Local": {
"0": "-response:0",
"512": "-response:512",
"4096": "-response:4096",
"16384": "-response:16384"
},
"Default": "4096"
}
],
"AllowLoopback": false,
"Iterations": 5,
"RemoteReadyMatcher": "Started!",
"ResultsMatcher": "Result: (.*) RPS, Min: (.*), Max: (.*), 50th: (.*), 90th: (.*), 99th: (.*), 99.9th: (.*), 99.99th: (.*), 99.999th: (.*), 99.9999th: (.*), StdErr: (.*)",
"Formats": ["{0} RPS", "Minimum: {0}", "Maximum: {0}", "Percentiles: 50th: {0}", "90th: {0}", "99th: {0}", "99.9th: {0}", "99.99th: {0}", "99.999th: {0}", "99.9999th: {0}", "Standard Error: {0}"],
"RegressionThreshold": "-50.0"
}
]
}