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 f6c6967 commit 646f7a5Copy full SHA for 646f7a5
sklbench/utils/measurement.py
@@ -103,7 +103,8 @@ def measure_time(
103
+ ", inner iters across n runs: "
104
+ str(inners)
105
)
106
- logger.debug(times)
+ logger.debug(f"Runtime for all {n_runs} iterations: {times}")
107
+
108
except ModuleNotFoundError:
109
logger.debug(times)
110
# mean, std = box_filter(times)
0 commit comments