Skip to content

Commit 26f60fc

Browse files
committed
debug print
1 parent ec531ba commit 26f60fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

codeflash/benchmarking/pytest_new_process_trace_benchmarks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"no:cov",
2828
"-p",
2929
"no:profiling",
30+
"-vv",
3031
"-s",
3132
"-o",
3233
"addopts=",

codeflash/benchmarking/trace_benchmarks.py

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

0 commit comments

Comments
 (0)