forked from microsoft/msquic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTcpTests.json
27 lines (27 loc) · 822 Bytes
/
TcpTests.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"Remote": {
"Exe": "secnetperf",
"Arguments": ""
},
"FullMatrix": false,
"Tests": [
{
"TestName": "TcpThroughputUp",
"Local": {
"Platform": "Windows",
"Tls": ["schannel", "openssl"],
"Arch": ["x64", "x86", "arm", "arm64"],
"Exe": "secnetperf",
"Arguments": "-test:Throughput -target:$RemoteAddress -bind:$LocalAddress:4434 -ip:4 -uni:1 -upload:2000000000 -tcp:1"
},
"Variables": [
],
"AllowLoopback": true,
"Iterations": 5,
"RemoteReadyMatcher": "Started!",
"ResultsMatcher": ".*@ (.*) kbps.*",
"Formats": ["{0} kbps"],
"RegressionThreshold": "-8.0"
}
]
}