Align Linux TP benchmarks with Windows TP benchmarks
authorMichelle McDaniel <adiaaida@gmail.com>
Wed, 21 Jun 2017 16:55:43 +0000 (09:55 -0700)
committerMichelle McDaniel <adiaaida@gmail.com>
Wed, 21 Jun 2017 16:58:38 +0000 (09:58 -0700)
commit78d03993e28c168ea10b0dca9c512c5770ae07a5
treea751ae4569e652c4d0c78c3655ef08526589b1a8
parentc1d67ea0c0f12d592fab157a9d6c8dd1404a6afd
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.

Commit migrated from https://github.com/dotnet/coreclr/commit/e38cf70d87a42aa8d0a9b6bdbf3ef7b657955584
src/coreclr/perf.groovy
src/coreclr/tests/scripts/perf-prep.sh