chore: extract the agent-impact benchmark to its own repo#129
Merged
Conversation
The `bench/` benchmark grew into a standalone, publication-facing project (harness, 14 cascade scenarios, graders, pre-registration, v1 pilot). It has no inbound dependency on the Rust core — it only consumes the `surf` binary's output — so it now lives in its own public repo, https://github.com/Connorrmcd6/surface-bench (extracted with full git history). Removes `bench/` here and leaves a pointer in the README. Its 19 study issues and 3 milestones were transferred to the new repo. Nothing in the cargo workspace referenced bench, so the build/tests are unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
The
bench/benchmark has been extracted to its own public repo: Connorrmcd6/surface-bench (full git history preserved viagit-filter-repo).What changed here
bench/(291 tracked files).Done in the new repo (for context)
surface-benchcreated public,mainpushed with history.surfbinary discovered PATH-first ($SURF_BIN→ PATH →./bin/surf), no../targetassumption.Verification
cargo fmt --all --check— cleancargo clippy --all-targets --all-features -- -D warnings— cleancargo test --all— 179 passed (bench was never in the cargo workspace, so the build is unaffected)🤖 Generated with Claude Code