Skip to content

Commit

Permalink
Convert throughput tests from data transferred to timed. (microsoft#3008
Browse files Browse the repository at this point in the history
)
  • Loading branch information
anrossi committed Aug 22, 2022
1 parent 36f49fd commit 52ec314
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/RemoteTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Tls": ["schannel", "openssl"],
"Arch": ["x64", "x86", "arm", "arm64"],
"Exe": "secnetperf",
"Arguments": "-test:Throughput -target:$RemoteAddress -bind:$LocalAddress:4434 -ip:4 -uni:1 -upload:2000000000 -stats:1"
"Arguments": "-test:Throughput -target:$RemoteAddress -bind:$LocalAddress:4434 -ip:4 -uni:1 -timed:1 -upload:12000 -stats:1"
},
"Variables": [
{
Expand Down Expand Up @@ -46,7 +46,7 @@
"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"
"Arguments": "-test:Throughput -target:$RemoteAddress -bind:$LocalAddress:4434 -ip:4 -uni:1 -timed:1 -upload:12000 -tcp:1"
},
"Variables": [
],
Expand All @@ -66,7 +66,7 @@
"Tls": ["openssl"],
"Arch": ["x64", "arm"],
"Exe": "secnetperf",
"Arguments": "-test:Throughput -target:$RemoteAddress -uni:1 -upload:2000000000 -stats:1"
"Arguments": "-test:Throughput -target:$RemoteAddress -uni:1 -timed:1 -upload:12000 -stats:1"
},
"Variables": [
{
Expand Down Expand Up @@ -100,7 +100,7 @@
"Tls": ["schannel", "openssl"],
"Arch": ["x64", "x86", "arm", "arm64"],
"Exe": "secnetperf",
"Arguments": "-test:Throughput -target:$RemoteAddress -bind:$LocalAddress:4434 -ip:4 -uni:1 -download:2000000000 -stats:1"
"Arguments": "-test:Throughput -target:$RemoteAddress -bind:$LocalAddress:4434 -ip:4 -uni:1 -timed:1 -download:12000 -stats:1"
},
"Variables": [
{
Expand All @@ -126,7 +126,7 @@
"Tls": ["schannel", "openssl"],
"Arch": ["x64", "x86", "arm", "arm64"],
"Exe": "secnetperf",
"Arguments": "-test:Throughput -target:$RemoteAddress -bind:$LocalAddress:4434 -ip:4 -uni:1 -download:2000000000 -tcp:1"
"Arguments": "-test:Throughput -target:$RemoteAddress -bind:$LocalAddress:4434 -ip:4 -uni:1 -timed:1 -download:12000 -tcp:1"
},
"Variables": [
],
Expand All @@ -146,7 +146,7 @@
"Tls": ["openssl"],
"Arch": ["x64", "arm"],
"Exe": "secnetperf",
"Arguments": "-test:Throughput -target:$RemoteAddress -uni:1 -download:2000000000 -stats:1"
"Arguments": "-test:Throughput -target:$RemoteAddress -uni:1 -timed:1 -download:12000 -stats:1"
},
"Variables": [
{
Expand Down

0 comments on commit 52ec314

Please sign in to comment.