Skip to content

Commit 23fde2e

Browse files
committed
Update end_to_end_test_tracer_replay.py
1 parent 7806cb6 commit 23fde2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/end_to_end_test_tracer_replay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def run_testbenchtest(expected_improvement_pct: int) -> bool:
2727
],
2828
)
2929
cwd = (
30-
pathlib.Path(__file__).parent.parent.parent / "code_to_optimize" / "code_directories" / "testbench"
30+
pathlib.Path(__file__).parent.parent.parent / "code_to_optimize" / "code_directories" / "testbench.py"
3131
).resolve()
3232
return run_codeflash_command(cwd, config, expected_improvement_pct)
3333

0 commit comments

Comments
 (0)