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 d8246fc commit 97c3cacCopy full SHA for 97c3cac
codeflash/optimization/function_optimizer.py
@@ -847,6 +847,7 @@ def establish_original_code_baseline(
847
f"Couldn't run line profiler for original function {self.function_to_optimize.function_name}"
848
)
849
console.rule()
850
+ line_profile_results = {'timings':{},'unit':0, 'str_out':''}
851
benchmarking_results, _ = self.run_and_parse_tests(
852
testing_type=TestingMode.PERFORMANCE,
853
test_env=test_env,
0 commit comments