Skip to content

Commit 646f7a5

Browse files
authored
Update sklbench/utils/measurement.py
1 parent f6c6967 commit 646f7a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sklbench/utils/measurement.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ def measure_time(
103103
+ ", inner iters across n runs: "
104104
+ str(inners)
105105
)
106-
logger.debug(times)
106+
logger.debug(f"Runtime for all {n_runs} iterations: {times}")
107+
107108
except ModuleNotFoundError:
108109
logger.debug(times)
109110
# mean, std = box_filter(times)

0 commit comments

Comments
 (0)