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 7806cb6 commit 23fde2eCopy full SHA for 23fde2e
tests/scripts/end_to_end_test_tracer_replay.py
@@ -27,7 +27,7 @@ def run_testbenchtest(expected_improvement_pct: int) -> bool:
27
],
28
)
29
cwd = (
30
- pathlib.Path(__file__).parent.parent.parent / "code_to_optimize" / "code_directories" / "testbench"
+ pathlib.Path(__file__).parent.parent.parent / "code_to_optimize" / "code_directories" / "testbench.py"
31
).resolve()
32
return run_codeflash_command(cwd, config, expected_improvement_pct)
33
0 commit comments