docs(results): add RH-SWE-bench Harbor result (baseline 0.58 → best 0… - #313
Merged
OsherElhadad merged 2 commits intoAug 10, 2026
Merged
Conversation
The feat(site) commit 1f0c839 changed benchmarks.html/benchmarks.js so the f-tier dropdown is now populated at load time from RECORDS data via hydrateFilter, removing the hardcoded smoke/pilot/full option list. test_tier_filter_offers_every_tier was written against the old static approach and failed because the HTML now only carries the 'all' stub option. Update the test to assert the new invariant: the select element exists as a stub in the HTML AND benchmarks.js calls hydrateFilter for '#f-tier', which is what guarantees any tier present in the data is selectable without requiring a markup change.
OsherElhadad
approved these changes
Aug 10, 2026
Contributor
|
❌ Automatic Labeling Failed An error occurred while trying to automatically label this pull request. Please check the workflow logs for details and add labels manually. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Add RH-SWE-bench (Harbor SWE-bench Verified) result to the results page.
Checklist
python -m pytest core/tests -qpasses — no code changes, docs onlypython skills/_registry/build_manifest.py skillsis clean — no skill changesscripts/check.pyis green — N/A