Skip to content

Commit 122f920

Browse files
committed
workload expects 4, not 5 funcs
1 parent a2d4c4b commit 122f920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/end_to_end_test_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def run_trace_test(cwd: pathlib.Path, config: TestConfig, expected_improvement_p
187187
clear_directory(test_root)
188188

189189
trace_script = "workload.py" if config.trace_load == "workload" else "testbench.py"
190-
expected_traced_functions = 3 if config.trace_load == "workload" else 5
190+
expected_traced_functions = 3 if config.trace_load == "workload" else 4
191191

192192
command = ["python", "-m", "codeflash.tracer", "-o", "codeflash.trace", trace_script]
193193
process = subprocess.Popen(

0 commit comments

Comments
 (0)