Skip to content
Merged
Changes from all commits
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
32 changes: 32 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,21 @@ jobs:
channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
- main

# Powershell benchmarks
- template: /eng/performance/build_machine_matrix.yml
parameters:
jobTemplate: /eng/performance/benchmark_jobs.yml
buildMachines:
- win-x64
- ubuntu-x64
isPublic: true
jobParameters:
kind: powershell
csproj: src\benchmarks\real-world\Powershell.Benchmarks\PowerShell.Benchmarks.csproj
runCategories: 'Public'
channels:
- main

###########################################
# Private Jobs
###########################################
Expand Down Expand Up @@ -481,6 +496,23 @@ jobs:
channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
- main

# Powershell benchmarks
- template: /eng/performance/build_machine_matrix.yml
parameters:
jobTemplate: /eng/performance/benchmark_jobs.yml
buildMachines:
- win-x64
- ubuntu-x64
- win-arm64
- ubuntu-arm64
isPublic: false
jobParameters:
kind: powershell
csproj: src\benchmarks\real-world\Powershell.Benchmarks\PowerShell.Benchmarks.csproj
runCategories: 'Public Internal'
channels:
- main

# Secret Sync
- job: Synchronize
pool:
Expand Down