Do PMI diffs on frameworks and benchmarks
authorBruce Forstall <Bruce_Forstall@msn.com>
Fri, 2 Nov 2018 20:45:59 +0000 (13:45 -0700)
committerBruce Forstall <Bruce_Forstall@msn.com>
Fri, 2 Nov 2018 20:45:59 +0000 (13:45 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/4da668779425e5ee0fffebc4bfa96164e8eace63

src/coreclr/tests/scripts/run-pmi-diffs.py

index a42d754..6033ed9 100644 (file)
@@ -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)