Skip to content

Commit e3ee2af

Browse files
committed
fix: remove print typo
1 parent 7858dca commit e3ee2af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernels/src/kernels/benchmark.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ def run_benchmark_script(
660660
for name, timing in results.items():
661661
all_results[f"{cls.__name__}.{name}"] = timing
662662

663-
print("test")
664663
return all_results, kernel_sha
665664

666665

0 commit comments

Comments
 (0)