summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2018-03-14 09:26:20 -0700
committerGitHub <noreply@github.com>2018-03-14 09:26:20 -0700
commit6c7447cc3488ffa212780cae1d3ef79089378e14 (patch)
treee43370776e666ae938fc0f74009f391dfd628eff /buildpipeline
parenta1439103b6d450b27fbed5f386c9787dc593babc (diff)
downloadcoreclr-6c7447cc3488ffa212780cae1d3ef79089378e14.tar.gz
coreclr-6c7447cc3488ffa212780cae1d3ef79089378e14.tar.bz2
coreclr-6c7447cc3488ffa212780cae1d3ef79089378e14.zip
Remove call to GenerateLayoutOnly for throughput runs (#16919)
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/perf-pipeline.groovy1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildpipeline/perf-pipeline.groovy b/buildpipeline/perf-pipeline.groovy
index 270c80eda3..f2043dc742 100644
--- a/buildpipeline/perf-pipeline.groovy
+++ b/buildpipeline/perf-pipeline.groovy
@@ -121,7 +121,6 @@ def windowsThroughput(String arch, String os, String config, String runType, Str
bat "py \".\\Microsoft.BenchView.JSONFormat\\tools\\machinedata.py\""
bat ".\\init-tools.cmd"
- bat "tests\\runtest.cmd ${config} ${arch} GenerateLayoutOnly"
bat "py -u tests\\scripts\\run-throughput-perf.py -arch ${arch} -os ${os} -configuration ${config} -opt_level ${optLevel} -jit_name ${jit} ${pgoTestFlag} -clr_root \"%WORKSPACE%\" -assembly_root \"%WORKSPACE%\\${arch}ThroughputBenchmarks\\lib\" -benchview_path \"%WORKSPACE%\\Microsoft.Benchview.JSONFormat\\tools\" -run_type ${runType}"
archiveArtifacts allowEmptyArchive: false, artifacts:'throughput-*.csv,machinedata.json', onlyIfSuccessful: false
}