Skip to content

Commit

Permalink
Revert "Add setup for RLCSE experiment (dotnet#3975)"
Browse files Browse the repository at this point in the history
This reverts commit 06fc49a.
  • Loading branch information
LoopedBard3 committed Jul 30, 2024
1 parent d65803a commit 91940b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/ci_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,7 @@ def main(args: Any):
if args.r2r_status == 'nor2r':
r2r_config = variable_format % ('DOTNET_ReadyToRun', '0')

if args.experiment_name == "rlcse":
experiment_config = variable_format % ('DOTNET_JitRLCSEGreedy', '1')
elif args.experiment_name == "jitoptrepeat":
if args.experiment_name == "jitoptrepeat":
experiment_config = variable_format % ('DOTNET_JitOptRepeat', '*')
elif args.experiment_name == "rpolayout":
experiment_config = variable_format % ('DOTNET_JitDoReversePostOrderLayout', '1')
Expand Down

0 comments on commit 91940b4

Please sign in to comment.