-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: add @pytest.mark.benchmark to all tests #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
WalkthroughAdded pytest import statements where needed and applied @pytest.mark.benchmark decorators to existing tests across multiple test files. No test logic, control flow, or assertions were changed; only benchmark metadata was introduced. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (9)
🧰 Additional context used📓 Path-based instructions (1)tests/**📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
🧠 Learnings (1)📚 Learning: 2025-10-03T10:28:06.793ZApplied to files:
🧬 Code graph analysis (3)tests/engine_comprehensive_test.py (2)
tests/engine_test.py (2)
tests/main_test.py (1)
🪛 Ruff (0.14.0)tests/main_test.py27-27: Unused method argument: (ARG002) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
🔇 Additional comments (9)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #308 +/- ##
=======================================
Coverage 87.29% 87.29%
=======================================
Files 8 8
Lines 685 685
=======================================
Hits 598 598
Misses 87 87 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



Summary by CodeRabbit