Skip to content

Commit 91940b4

Browse files
committed
Revert "Add setup for RLCSE experiment (dotnet#3975)"
This reverts commit 06fc49a.
1 parent d65803a commit 91940b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/ci_setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,7 @@ def main(args: Any):
414414
if args.r2r_status == 'nor2r':
415415
r2r_config = variable_format % ('DOTNET_ReadyToRun', '0')
416416

417-
if args.experiment_name == "rlcse":
418-
experiment_config = variable_format % ('DOTNET_JitRLCSEGreedy', '1')
419-
elif args.experiment_name == "jitoptrepeat":
417+
if args.experiment_name == "jitoptrepeat":
420418
experiment_config = variable_format % ('DOTNET_JitOptRepeat', '*')
421419
elif args.experiment_name == "rpolayout":
422420
experiment_config = variable_format % ('DOTNET_JitDoReversePostOrderLayout', '1')

0 commit comments

Comments
 (0)