Add benchmark absolute-tier scoring - #568
Conversation
|
Warning Review limit reached
More reviews will be available in 30 minutes and 30 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (26)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 95d9913e04
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if (config.secondary && hasTies(athletes)) { | ||
| athletes = applyTiebreakerMethod(athletes, config.secondary, config) |
There was a problem hiding this comment.
Preserve histogram winners when applying secondary ties
When an absolute-tier tie group has config.secondary set and the tier histogram only leaves a subset tied, this calls the secondary tiebreaker on the entire group. applyHeadToHead/applyCountback recompute tieRank from scratch, so an athlete who already won the benchmark tier histogram can be moved behind someone they beat by histogram; the secondary should only run within equal-histogram subgroups.
Useful? React with 👍 / 👎.
Summary
Verification
Reviewer Agreement
mainSummary by cubic
Adds absolute-tier benchmark scoring with preloaded threshold context, category aggregation to Overall/100, and a tier-histogram tiebreaker to rank ties correctly. Updates leaderboard formatting and schema validation, and clarifies docs that the training PDF is source data only (no branded UI).
absolute_tierengine with fail-closed variant/table checks andgetSortDirection-driven direction.formatLeaderboardPointsto preserve half tiers; wired into competition and online leaderboards.scoringConfigvalidation: requiresabsoluteTier.batteryIdonly forabsolute_tierand rejects stale config otherwise.Written for commit 95d9913. Summary will update on new commits.