You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload dasm files as artifacts for "asmdiffs pipeline" (#61700)
* Temp change to disable align loop
* download specific artifacts
to squash:
* Upload .dasm files
* fix the build id
* Add ci_run and retainOnlyTopFiles
* Rename ci_run to retainOnlyTop
* Disable struct promo to test asmdiff
* Revert "Disable struct promo to test asmdiff"
This reverts commit 3ef7adb.
* fix the parameter retainOnlyTopFiles
* add missing -
* Revert "Temp change to disable align loop"
This reverts commit b1de5c4.
* Revert "download specific artifacts"
This reverts commit db3de57.
* Review comments
Copy file name to clipboardExpand all lines: src/coreclr/scripts/superpmi.py
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,7 @@
318
318
asm_diff_parser.add_argument("-diff_jit_option", action="append", help="Option to pass to the diff JIT. Format is key=value, where key is the option name without leading COMPlus_...")
319
319
asm_diff_parser.add_argument("-tag", help="Specify a word to add to the directory name where the asm diffs will be placed")
320
320
asm_diff_parser.add_argument("-metrics", action="append", help="Metrics option to pass to jit-analyze. Can be specified multiple times, or pass comma-separated values.")
321
+
asm_diff_parser.add_argument("-retainOnlyTopFiles", action="store_true", help="Retain only top .dasm files with largest improvements or regressions and delete remaining files.")
0 commit comments