diff options
author | Smile Wei <xiwe@microsoft.com> | 2016-10-13 11:59:21 -0700 |
---|---|---|
committer | Smile Wei <xiwe@microsoft.com> | 2016-10-13 11:59:21 -0700 |
commit | fc7080a2a45cb052c78e0f1a299612b657ee006f (patch) | |
tree | 6d01b0ac91dfccc79265e022519fe066dccec101 /perf.groovy | |
parent | 35cbe48b353439fa973eca041456b5d377891255 (diff) | |
download | coreclr-fc7080a2a45cb052c78e0f1a299612b657ee006f.tar.gz coreclr-fc7080a2a45cb052c78e0f1a299612b657ee006f.tar.bz2 coreclr-fc7080a2a45cb052c78e0f1a299612b657ee006f.zip |
Make coreclr Windows perf run versionless on benchview so they won't be broken by benchview updates.
Diffstat (limited to 'perf.groovy')
-rw-r--r-- | perf.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perf.groovy b/perf.groovy index b1072f7a5e..ebf63638d4 100644 --- a/perf.groovy +++ b/perf.groovy @@ -34,8 +34,8 @@ def static getOSGroup(def os) { label('performance') steps { // Batch - batchFile("C:\\tools\\nuget install Microsoft.BenchView.JSONFormat -Source http://benchviewtestfeed.azurewebsites.net/nuget -OutputDirectory C:\\tools -Prerelease") - batchFile("python C:\\tools\\Microsoft.BenchView.JSONFormat.0.1.0-pre010\\tools\\machinedata.py") + batchFile("C:\\tools\\nuget install Microsoft.BenchView.JSONFormat -Source http://benchviewtestfeed.azurewebsites.net/nuget -OutputDirectory C:\\tools -Prerelease -ExcludeVersion") + batchFile("python C:\\tools\\Microsoft.BenchView.JSONFormat\\tools\\machinedata.py") batchFile("set __TestIntermediateDir=int&&build.cmd release ${architecture}") batchFile("tests\\runtest.cmd release ${architecture}") batchFile("tests\\scripts\\run-xunit-perf.cmd") |