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 1e4b3ba commit 654055dCopy full SHA for 654055d
codeflash/optimization/function_optimizer.py
@@ -1692,6 +1692,7 @@ def run_optimized_candidate(
1692
1693
logger.debug(f"Total optimized code {optimization_candidate_index} runtime (ns): {total_candidate_timing}")
1694
1695
+ candidate_async_throughput = None
1696
if self.function_to_optimize.is_async:
1697
candidate_async_throughput = calculate_function_throughput_from_test_results(
1698
candidate_benchmarking_results, self.function_to_optimize.function_name
0 commit comments