This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

🐛 Fix timings report csv header when comparing

+2 -1
+2 -1
script/debug-performance.py
··· 22 22 def avg(numbers: list[float]): 23 23 return sum(numbers) / len(numbers) 24 24 25 + 25 26 end = 0 26 27 start = 0 27 28 ··· 147 148 Path("results.csv").write_text( 148 149 to_csv( 149 150 [ 150 - ["Tâche", "Durée [ms]", "#"], 151 + header, 151 152 *[ 152 153 [task, *things] 153 154 for task, *things in formatted_results