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 93f583c commit d422e35Copy full SHA for d422e35
codeflash/result/explanation.py
@@ -18,8 +18,8 @@ class Explanation:
18
function_name: str
19
file_path: Path
20
replay_performance_gain: Optional[float]
21
- fto_benchmark_timings: Optional[Union[dict, int]]
22
- total_benchmark_timings: Optional[Union[dict, int]]
+ fto_benchmark_timings: Optional[dict[str, int]]
+ total_benchmark_timings: Optional[dict[str, int]]
23
24
@property
25
def perf_improvement_line(self) -> str:
0 commit comments