Skip to content

Commit 03a152a

Browse files
committed
Remove samples/ms info
1 parent d6952ac commit 03a152a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sklbench/benchmarks/sklearn_estimator.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,6 @@ def measure_sklearn_estimator(
458458
metrics[method]["time std[ms]"],
459459
_,
460460
) = measure_case(bench_case, method_instance, *data_args)
461-
if batch_size is not None:
462-
metrics[method]["throughput[samples/ms]"] = (
463-
(data_args[0].shape[0] // batch_size) * batch_size
464-
) / metrics[method]["time[ms]"]
465461
if ensure_sklearnex_patching:
466462
full_method_name = f"{estimator_class.__name__}.{method}"
467463
sklearnex_logging_stream.seek(0)

0 commit comments

Comments
 (0)