Skip to content

Commit fdc103b

Browse files
align the lint check
1 parent 93a13d6 commit fdc103b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/op_perf_comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def compare_op_time_values(xpu_file, baseline_file, threshold=0.05, output_file=
155155
for key in common_keys:
156156
time_xpu = dict_xpu[key]
157157
time_baseline = dict_baseline[key]
158-
158+
159159
# Skip comparison if time_xpu is 0
160160
if time_xpu == 0:
161161
continue

0 commit comments

Comments
 (0)