Skip to content

Commit 5c1631a

Browse files
committed
benchmarks.py: clarify one warning message with a comment
1 parent 09d4c3f commit 5c1631a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmarks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ def _group_benches(benches: list) -> dict:
247247
group.append(name_parts[1])
248248
groups[name_parts[0]] = group
249249
else:
250+
# This message is a bit misleading: it is printed when parsing other SPM output, like build progress.
250251
print("warning: non-benchmark test was returned by --filter, skipping.")
251252
return groups
252253

0 commit comments

Comments
 (0)