Skip to content

Commit

Permalink
Print additional result summary formats to pipelines UI (Azure#25306)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Harder <mharder@microsoft.com>
  • Loading branch information
2 people authored and jeremydvoss committed Jul 21, 2022
1 parent c926b9a commit f81ce6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eng/common/pipelines/templates/jobs/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,24 @@ jobs:
${{ var.key }}: ${{ var.value }}
displayName: Run perf tests
- pwsh: |
get-content results.txt
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
displayName: Print results.txt
condition: always()
- pwsh: |
get-content results.csv
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
displayName: Print results.csv
condition: always()
- pwsh: |
get-content results.md
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
displayName: Print results.md
condition: always()
- pwsh: |
get-content results.json
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
Expand Down

0 comments on commit f81ce6a

Please sign in to comment.