Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
respect switch
  • Loading branch information
jmarolf authored Dec 9, 2022
commit 65007bbf40188e80711f05a50c4d87ac1b3cb955
4 changes: 2 additions & 2 deletions eng/perf/PerfCore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ try {
$output = Join-Path $RepoRoot "artifacts\performance\perfResults"

# Diff two different SHAs
if ($true) {
if ($diff) {
$DiffPerfToBaseLine = Join-Path $RepoRoot "eng\perf\DiffPerfToBaseLine.ps1"
$baselinejson = Get-Content -Raw -Path (Join-Path $RepoRoot "eng\perf\baseline.json") | ConvertFrom-Json
$baselineSHA = $baselinejson.sha
Expand Down Expand Up @@ -86,4 +86,4 @@ catch {
exit 1
}
finally {
}
}