You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix performance comparison logic and address code review feedback
- Fixed comparison logic: when other tool is faster, say "Go is Nx faster" instead of "C++ is Nx slower"
- Changed threshold from exact equality to ±10% for "similar performance"
- Added safety checks for division by zero
- More intuitive and grammatically correct output
Co-authored-by: supervoidcoder <88671013+supervoidcoder@users.noreply.github.com>
0 commit comments