summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Forstall <Bruce_Forstall@msn.com>2018-11-02 13:45:59 -0700
committerBruce Forstall <Bruce_Forstall@msn.com>2018-11-02 13:45:59 -0700
commit4da668779425e5ee0fffebc4bfa96164e8eace63 (patch)
treec091373daa1f382948440a016065dbe23ac4ac53
parente5e442af5973d36122a42337c8527f34c6f958c9 (diff)
downloadcoreclr-4da668779425e5ee0fffebc4bfa96164e8eace63.tar.gz
coreclr-4da668779425e5ee0fffebc4bfa96164e8eace63.tar.bz2
coreclr-4da668779425e5ee0fffebc4bfa96164e8eace63.zip
Do PMI diffs on frameworks and benchmarks
-rw-r--r--tests/scripts/run-pmi-diffs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/scripts/run-pmi-diffs.py b/tests/scripts/run-pmi-diffs.py
index a42d754e76..6033ed9042 100644
--- a/tests/scripts/run-pmi-diffs.py
+++ b/tests/scripts/run-pmi-diffs.py
@@ -565,8 +565,7 @@ def do_pmi_diffs():
# Over which set of assemblies should we generate asm?
# TODO: parameterize this
- asm_source_args = ["--corelib"]
- # asm_source_args = ["--frameworks"]
+ asm_source_args = ["--frameworks", "--benchmarks"]
command = ["dotnet", jitDiffPath, "diff", "--pmi", "--base", "--base_root", baseCoreClrPath, "--diff", "--diff_root", diff_root, "--arch", arch, "--build", build_type, "--tag", "1", "--noanalyze", "--output", asmRootPath] + asm_source_args + altjit_args
returncode = run_command(command, my_env)