Skip to content

Commit

Permalink
Add perf stats to server side (microsoft#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored Apr 13, 2021
1 parent 27ceb5d commit 0db4cd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/performance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ function Invoke-Test {

$RemoteArguments = $RemoteConfig.Arguments

if ($LocalArguments.Contains("-stats:1")) {
$RemoteArguments += " -stats:1"
}

Write-LogAndDebug "Running Remote: $RemoteExe Args: $RemoteArguments"

# Starting the server
Expand Down

0 comments on commit 0db4cd6

Please sign in to comment.