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: Use correct SI units for speed test conversion
- Change "Kb" to "kb" for kilo prefix (SI standard uses lowercase k)
- Replace binary conversion (* 1024) with SI conversion (* 1000) for Kbps to bps
- Update related test expectations
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments