Skip to content

Commit

Permalink
Merge pull request #1056 from AArnott/libtemplateUpdate
Browse files Browse the repository at this point in the history
Bucket benchmarks among test symbols
  • Loading branch information
AArnott authored Jun 24, 2024
2 parents 52278b9 + e0dabef commit 0361871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/Get-SymbolFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Write-Progress -Activity $ActivityName -CurrentOperation "Discovery PDB files"
$PDBs = Get-ChildItem -rec "$Path/*.pdb"

# Filter PDBs to product OR test related.
$testregex = "unittest|tests|\.test\."
$testregex = "unittest|tests|\.test\.|Benchmarks"

Write-Progress -Activity $ActivityName -CurrentOperation "De-duplicating symbols"
$PDBsByHash = @{}
Expand Down

0 comments on commit 0361871

Please sign in to comment.