summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2017-06-21 09:55:43 -0700
committerMichelle McDaniel <adiaaida@gmail.com>2017-06-21 09:58:38 -0700
commite38cf70d87a42aa8d0a9b6bdbf3ef7b657955584 (patch)
treeb114b3b6a08230784928606bf2f9fc413292ede6 /perf.groovy
parent939af8b02b971e3204f7500e369140a42ad14026 (diff)
downloadcoreclr-e38cf70d87a42aa8d0a9b6bdbf3ef7b657955584.tar.gz
coreclr-e38cf70d87a42aa8d0a9b6bdbf3ef7b657955584.tar.bz2
coreclr-e38cf70d87a42aa8d0a9b6bdbf3ef7b657955584.zip
Align Linux TP benchmarks with Windows TP benchmarks
On Windows, we download a set of assemblies that we have uploaded to MyGet. On Linux, we were building corefx each run to get the benchmarks. This change updates Linux to pull down the same benchmarks Windows uses, using curl to grab the nuget package from MyGet. Note: after this commit, we will have data for fewer assemblies on Linux, but we will now have the same set for both Windows and Linux. Some data in Benchview may be affected.
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.groovy b/perf.groovy
index b322711d88..c75f4d4aa8 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -439,7 +439,7 @@ def static getFullThroughputJobName(def project, def os, def isPR) {
-os \"${os}\" \\
-configuration \"${configuration}\" \\
-clr_root \"\${WORKSPACE}\" \\
- -assembly_root \"\${WORKSPACE}/_/fx/bin/runtime/netcoreapp-${osGroup}-${configuration}-${architecture}\" \\
+ -assembly_root \"\${WORKSPACE}/Microsoft.Benchview.ThroughputBenchmarks.${architecture}.Windows_NT/lib\" \\
-run_type \"${runType}\" \\
-benchview_path \"\${WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools\"""")
}