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 31fa971 commit ce70321Copy full SHA for ce70321
codeflash/benchmarking/trace_benchmarks.py
@@ -17,6 +17,7 @@ def trace_benchmarks_pytest(
17
benchmark_env["PYTHONPATH"] = str(project_root)
18
else:
19
benchmark_env["PYTHONPATH"] += os.pathsep + str(project_root)
20
+ print("running trace_benchmarks_pytest")
21
result = subprocess.run(
22
[
23
SAFE_SYS_EXECUTABLE,
0 commit comments