Skip to content

Commit b1b83f5

Browse files
committed
Support bytecode DSL in bisect script
1 parent c32c21d commit b1b83f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython_bisect.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ def benchmark_callback(repo_path: Path, commit, bench_command=args.benchmark_com
348348

349349
bad = get_commit(DIR, args.bad)
350350
good = get_commit(DIR, args.good)
351+
if '-bc-dsl' in args.benchmark_command:
352+
os.environ['BYTECODE_DSL_INTERPRETER'] = '1'
351353
result = run_bisect_benchmark(DIR, bad, good, benchmark_callback)
352354
visualization = result.visualize()
353355
summary = result.summarize()

0 commit comments

Comments
 (0)