Skip to content

chore: extract the agent-impact benchmark to its own repo#129

Merged
Connorrmcd6 merged 1 commit into
mainfrom
chore/extract-bench-to-standalone-repo
Jun 15, 2026
Merged

chore: extract the agent-impact benchmark to its own repo#129
Connorrmcd6 merged 1 commit into
mainfrom
chore/extract-bench-to-standalone-repo

Conversation

@Connorrmcd6

Copy link
Copy Markdown
Owner

The bench/ benchmark has been extracted to its own public repo: Connorrmcd6/surface-bench (full git history preserved via git-filter-repo).

What changed here

  • Removed bench/ (291 tracked files).
  • README pointer to the new repo under a new "Benchmark" section.

Done in the new repo (for context)

Verification

  • cargo fmt --all --check — clean
  • cargo clippy --all-targets --all-features -- -D warnings — clean
  • cargo test --all179 passed (bench was never in the cargo workspace, so the build is unaffected)

🤖 Generated with Claude Code

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>
@Connorrmcd6 Connorrmcd6 merged commit 2170b63 into main Jun 15, 2026
5 checks passed
@Connorrmcd6 Connorrmcd6 deleted the chore/extract-bench-to-standalone-repo branch June 18, 2026 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant