Collect latency values by default for benchmark runs (#2365)

This commit is contained in:
BrennanConroy 2018-05-24 08:09:43 -07:00 committed by GitHub
parent 02a9bde10d
commit 7b64e41ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -9,7 +9,10 @@
"Connections": 10,
"Duration": 20,
"Warmup": 2,
"Path": "/echo"
"Path": "/echo",
"ClientProperties": {
"CollectLatency": "true"
}
},
"SignalRBroadcast": {
"ClientProperties": { "Scenario": "broadcast" }
@ -22,6 +25,9 @@
"Warmup": 0
},
"SignalREchoIdle": {
"ClientProperties": { "Scenario": "echoIdle" }
"ClientProperties": {
"Scenario": "echoIdle",
"CollectLatency": "false"
}
}
}