We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7858dca commit e3ee2afCopy full SHA for e3ee2af
1 file changed
kernels/src/kernels/benchmark.py
@@ -660,7 +660,6 @@ def run_benchmark_script(
660
for name, timing in results.items():
661
all_results[f"{cls.__name__}.{name}"] = timing
662
663
- print("test")
664
return all_results, kernel_sha
665
666
0 commit comments