Skip to content

Commit fefa4ec

Browse files
mdboomCopilot
andauthored
Update bench_runner/scripts/run_benchmarks.py
Co-authored-by: Copilot <[email protected]>
1 parent 2be4303 commit fefa4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/scripts/run_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def get_perf_lines(files: Iterable[PathLike]) -> Iterable[str]:
191191
assert p.stdout is not None # for pyright
192192
yield from iter(p.stdout.readline, "")
193193
p.kill()
194-
194+
p.wait()
195195

196196
def perf_to_csv(lines: Iterable[str], output: PathLike):
197197
rows = []

0 commit comments

Comments
 (0)