Skip to content

Commit 3d867c6

Browse files
mdboomYhg1s
andauthored
Update bench_runner/plot.py
Co-authored-by: T. Wouters <thomas@python.org>
1 parent b7cd8e1 commit 3d867c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench_runner/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def get_comparison_value(ref, r, base):
311311
runner_results = [
312312
r
313313
for r in ver_results
314-
if r.nickname == runner.nickname and set(r.flags) == set(subcfg.flags)
314+
if r.nickname == runner.nickname and r.flags == subcfg.flags
315315
]
316316

317317
for r in results:

0 commit comments

Comments
 (0)