We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f60fc commit 31fa971Copy full SHA for 31fa971
codeflash/benchmarking/trace_benchmarks.py
@@ -33,6 +33,7 @@ def trace_benchmarks_pytest(
33
timeout=timeout,
34
)
35
print(result.stdout)
36
+ print(result.stderr)
37
if result.returncode != 0:
38
if "ERROR collecting" in result.stdout:
39
# Pattern matches "===== ERRORS =====" (any number of =) and captures everything after
0 commit comments