Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9f62bee

Browse files
author
José Rivero
authored
All automated runs are uploading as Local type. (#13126)
The result of the Ubuntu14.04 performance runs are not uploading into the trend lines, because their run type is not rolling.
1 parent dc7c184 commit 9f62bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def static getOSGroup(def os) {
281281
--mscorlibDir=\"\${WORKSPACE}/bin/Product/${osGroup}.${architecture}.${configuration}\" \\
282282
--coreFxBinDir=\"\${WORKSPACE}/corefx/bin/${osGroup}.AnyCPU.${configuration};\${WORKSPACE}/corefx/bin/Unix.AnyCPU.${configuration};\${WORKSPACE}/corefx/bin/AnyOS.AnyCPU.${configuration}\" \\
283283
--coreFxNativeBinDir=\"\${WORKSPACE}/corefx/bin/${osGroup}.${architecture}.${configuration}\" \\
284-
--runType=\"Local\" \\
284+
--runType=\"${runType}\" \\
285285
--benchViewOS=\"${os}\" \\
286286
--generatebenchviewdata=\"\${WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools\" \\
287287
--stabilityPrefix=\"taskset 0x00000002 nice --adjustment=-10\" \\

0 commit comments

Comments
 (0)