update both of these

This commit is contained in:
Kevin Turcios 2026-01-09 02:07:25 -05:00
parent 70eb224d52
commit 827c15acde
2 changed files with 2 additions and 2 deletions

View file

@ -262,9 +262,9 @@ def run_trace_test(cwd: pathlib.Path, config: TestConfig, expected_improvement_p
if not functions_traced:
logging.error("Failed to find traced functions in output")
return False
if int(functions_traced.group(1)) != 7:
if int(functions_traced.group(1)) != 8:
logging.error(functions_traced.groups())
logging.error("Expected 7 traced functions")
logging.error("Expected 8 traced functions")
return False
# Validate optimization results (from optimization phase)