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
AArnott authored Jun 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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 = @{}

0 comments on commit 0361871

Please sign in to comment.