We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d4c3f commit 5c1631aCopy full SHA for 5c1631a
1 file changed
benchmarks.py
@@ -247,6 +247,7 @@ def _group_benches(benches: list) -> dict:
247
group.append(name_parts[1])
248
groups[name_parts[0]] = group
249
else:
250
+ # This message is a bit misleading: it is printed when parsing other SPM output, like build progress.
251
print("warning: non-benchmark test was returned by --filter, skipping.")
252
return groups
253
0 commit comments