Skip to content

Commit ce70321

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

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
@@ -17,6 +17,7 @@ def trace_benchmarks_pytest(
1717
benchmark_env["PYTHONPATH"] = str(project_root)
1818
else:
1919
benchmark_env["PYTHONPATH"] += os.pathsep + str(project_root)
20+
print("running trace_benchmarks_pytest")
2021
result = subprocess.run(
2122
[
2223
SAFE_SYS_EXECUTABLE,

0 commit comments

Comments
 (0)