Skip to content

Commit f0b1d4c

Browse files
committed
Remove unnecessary comment
1 parent 2ed2c59 commit f0b1d4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def run(args: List[str] = []):
144144
try:
145145
result_a, result_b = run_ab_test(args, extra_args, _run)
146146

147-
# Phase 3: Implement A/B comparison output
148147
from tritonbench.utils.ab_test import parse_ab_config
149148
config_a_args = parse_ab_config(args.side_a)
150149
config_b_args = parse_ab_config(args.side_b)

0 commit comments

Comments
 (0)