@@ -122,6 +122,7 @@ def run_bisect_benchmark(suite, bad, good, callback, threshold=None):
122
122
downstream_bad = get_commit (downstream_suite )
123
123
subresults = {}
124
124
if downstream_bad and downstream_good and downstream_bad != downstream_good :
125
+ suite .vc .update_to_branch (suite .vc_dir , commits [good_index ])
125
126
subresult = run_bisect_benchmark (downstream_suite , downstream_bad , downstream_good , callback , threshold )
126
127
subresults [bad_index ] = subresult
127
128
return BisectResult (suite , commits , values , good_index , bad_index , subresults )
@@ -210,8 +211,6 @@ def benchmark_callback(suite, commit):
210
211
mx .run_mx (checkout_args , out = mx .OutputCapture ())
211
212
mx .run_mx (['--env' , 'ee' , 'sforceimports' ], suite = get_suite ('/vm-enterprise' ))
212
213
fetched_enterprise [0 ] = True
213
- elif suite .name != 'vm' :
214
- mx .run_mx (['--env' , 'ce' , 'sforceimports' ], suite = get_suite ('/vm' ))
215
214
suite .vc .update_to_branch (suite .vc_dir , commit )
216
215
mx .run_mx (['sforceimports' ], suite = suite )
217
216
print ("debug: graalpython={} graal={} graal-enterprise={}"
0 commit comments