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 bf0025b commit 23a7db3Copy full SHA for 23a7db3
codeflash/benchmarking/trace_benchmarks.py
@@ -34,6 +34,7 @@ def trace_benchmarks_pytest(
34
timeout=timeout,
35
)
36
logger.info(f"ran with args: {result.args}")
37
+ logger.info(f"Pytest output: {result.stderr}")
38
if result.returncode != 0:
39
if "ERROR collecting" in result.stdout:
40
# Pattern matches "===== ERRORS =====" (any number of =) and captures everything after
0 commit comments