Skip to content

Commit 31fa971

Browse files
committed
Update trace_benchmarks.py
1 parent 26f60fc commit 31fa971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/benchmarking/trace_benchmarks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def trace_benchmarks_pytest(
3333
timeout=timeout,
3434
)
3535
print(result.stdout)
36+
print(result.stderr)
3637
if result.returncode != 0:
3738
if "ERROR collecting" in result.stdout:
3839
# Pattern matches "===== ERRORS =====" (any number of =) and captures everything after

0 commit comments

Comments
 (0)