Skip to content

Commit 434af65

Browse files
committed
Don't show summarize_stats errors
1 parent f82f5ed commit 434af65

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
@@ -386,6 +386,7 @@ def write_pystats_diff(self, filename: Path) -> None:
386386
self.head.filename,
387387
],
388388
encoding="utf-8",
389+
stderr=subprocess.STDOUT,
389390
)
390391
except subprocess.CalledProcessError:
391392
return None

0 commit comments

Comments
 (0)