Clean up CLI publish stats output#1263
Conversation
- Remove keyframes/s (not useful as a per-second metric) - Report bitrate in bits/s (Kbps/Mbps) instead of bytes/s Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe change removes keyframes-per-second (kps) reporting and converts throughput from bytes-per-second to bitrate in bits-per-second by multiplying bytes by 8 and dividing by elapsed seconds. Display units change from B/s, KB/s, MB/s to bps, Kbps, Mbps. The status output is updated to show frames and bitrate (plus drift) instead of frames, keyframes, and bytes. 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
keyframes/sfrom stats output (not useful as a per-second metric)Kbps/Mbps) instead of bytes/s (KB/s/MB/s)Test plan
moq publishand verify output looks like:frames: 67/s bitrate: 2.1 Mbps drift: μ=7.4ms🤖 Generated with Claude Code