Skip to content

Commit 58d0c67

Browse files
kiritigowdaclaude
andcommitted
Fix comparison order to show MIVisionX speedup over Khronos
Swap argument order so Khronos is baseline (impl A) and MIVisionX is impl B. Speedup >1.00 now means MIVisionX is faster than Khronos. Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
1 parent f14eb95 commit 58d0c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
exit 0
8989
fi
9090
91-
python3 scripts/compare_reports.py "$MIVISIONX" "$KHRONOS" \
91+
python3 scripts/compare_reports.py "$KHRONOS" "$MIVISIONX" \
9292
--output comparison
9393
9494
- name: Post comparison to job summary

0 commit comments

Comments
 (0)