Skip to content

Commit 786a454

Browse files
author
Melody Wang
committed
make found_base is also depending on found_base_diff_flag_NOGIL if Base_default_vs_PR_NOGIL
1 parent 2889335 commit 786a454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench_runner/result.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ def track(it, *_args, **_kwargs):
796796
and result.flags == ["NOGIL"]
797797
),
798798
)
799+
found_base = found_base or found_base_diff_flag_NOGIL
799800

800801
if not found_base and result.fork == "python" and result.flags != []:
801802
# Compare builds with flags with builds with no flags

0 commit comments

Comments
 (0)