summaryrefslogtreecommitdiff
path: root/perf.groovy
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 /perf.groovy
parenta1439103b6d450b27fbed5f386c9787dc593babc (diff)
downloadcoreclr-6c7447cc3488ffa212780cae1d3ef79089378e14.tar.gz
coreclr-6c7447cc3488ffa212780cae1d3ef79089378e14.tar.bz2
coreclr-6c7447cc3488ffa212780cae1d3ef79089378e14.zip
Remove call to GenerateLayoutOnly for throughput runs (#16919)
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy1
1 files changed, 0 insertions, 1 deletions
diff --git a/perf.groovy b/perf.groovy
index b8366225bf..6b7dc83e85 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -200,7 +200,6 @@ def static getOSGroup(def os) {
"py \"%WORKSPACE%\\Microsoft.BenchView.JSONFormat\\tools\\build.py\" git --branch %GIT_BRANCH_WITHOUT_ORIGIN% --type ${runType}")
batchFile("py \"%WORKSPACE%\\Microsoft.BenchView.JSONFormat\\tools\\machinedata.py\"")
batchFile("set __TestIntermediateDir=int&&build.cmd ${configuration} ${architecture}${pgo_build} skiptests")
- batchFile("tests\\runtest.cmd ${configuration} ${architecture} GenerateLayoutOnly")
batchFile("py -u tests\\scripts\\run-throughput-perf.py -arch ${arch} -os ${os} -configuration ${configuration} -opt_level ${opt_level} -jit_name ${jit}${pgo_test} -clr_root \"%WORKSPACE%\" -assembly_root \"%WORKSPACE%\\Microsoft.BenchView.ThroughputBenchmarks.${architecture}.${os}\\lib\" -benchview_path \"%WORKSPACE%\\Microsoft.Benchview.JSONFormat\\tools\" -run_type ${runType}")
}
}