File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,23 @@ jobs:
288
288
runKind : micro
289
289
runJobTemplate : /eng/pipelines/coreclr/templates/run-performance-job.yml
290
290
logicalmachine : ' perfowl'
291
+
292
+ # run coreclr perfviper microbenchmarks perf job
293
+ - template : /eng/pipelines/common/platform-matrix.yml
294
+ parameters :
295
+ jobTemplate : /eng/pipelines/coreclr/templates/perf-job.yml
296
+ buildConfig : release
297
+ runtimeFlavor : coreclr
298
+ platforms :
299
+ - linux_x64
300
+ - windows_x64
301
+ jobParameters :
302
+ testGroup : perf
303
+ liveLibrariesBuildConfig : Release
304
+ projectFile : microbenchmarks.proj
305
+ runKind : micro
306
+ runJobTemplate : /eng/pipelines/coreclr/templates/run-performance-job.yml
307
+ logicalmachine : ' perfviper'
291
308
292
309
# run coreclr perfowl microbenchmarks perf gdv3 jobs
293
310
- template : /eng/pipelines/common/platform-matrix.yml
Original file line number Diff line number Diff line change @@ -50,14 +50,15 @@ $Queue = ""
50
50
51
51
if ($Internal ) {
52
52
switch ($LogicalMachine ) {
53
- " perftiger" { $Queue = " Windows.10 .Amd64.19H1 .Tiger.Perf" }
54
- " perftiger_crossgen" { $Queue = " Windows.10 .Amd64.19H1 .Tiger.Perf" }
53
+ " perftiger" { $Queue = " Windows.11 .Amd64.Tiger.Perf" }
54
+ " perftiger_crossgen" { $Queue = " Windows.11 .Amd64.Tiger.Perf" }
55
55
" perfowl" { $Queue = " Windows.11.Amd64.Owl.Perf" }
56
- " perfsurf" { $Queue = " Windows.10 .Arm64.Perf. Surf" }
56
+ " perfsurf" { $Queue = " Windows.11 .Arm64.Surf.Perf " }
57
57
" perfpixel4a" { $Queue = " Windows.11.Amd64.Pixel.Perf" }
58
58
" perfampere" { $Queue = " Windows.Server.Arm64.Perf" }
59
+ " perfviper" { $Queue = " Windows.11.Amd64.Viper.Perf" }
59
60
" cloudvm" { $Queue = " Windows.10.Amd64" }
60
- Default { $Queue = " Windows.10 .Amd64.19H1 .Tiger.Perf" }
61
+ Default { $Queue = " Windows.11 .Amd64.Tiger.Perf" }
61
62
}
62
63
$PerfLabArguments = " --upload-to-perflab-container"
63
64
$ExtraBenchmarkDotNetArguments = " "
Original file line number Diff line number Diff line change @@ -301,6 +301,8 @@ if [[ "$internal" == true ]]; then
301
301
queue=OSX.13.Amd64.Iphone.Perf
302
302
elif [[ " $logical_machine " == " perfampere" ]]; then
303
303
queue=Ubuntu.2204.Arm64.Perf
304
+ elif [[ " $logical_machine " == " perfviper" ]]; then
305
+ queue=Ubuntu.2204.Amd64.Viper.Perf
304
306
elif [[ " $logical_machine " == " cloudvm" ]]; then
305
307
queue=Ubuntu.2204.Amd64
306
308
elif [[ " $architecture " == " arm64" ]]; then
You can’t perform that action at this time.
0 commit comments