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 e292831 commit 040a747Copy full SHA for 040a747
codeflash/optimization/function_optimizer.py
@@ -785,7 +785,7 @@ def establish_original_code_baseline(
785
with progress_bar(f"Establishing original code baseline for {self.function_to_optimize.function_name}"):
786
assert (test_framework := self.args.test_framework) in ["pytest", "unittest"]
787
success = True
788
-
+ lprof_results = ''
789
test_env = os.environ.copy()
790
test_env["CODEFLASH_TEST_ITERATION"] = "0"
791
test_env["CODEFLASH_TRACER_DISABLE"] = "1"
0 commit comments