Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .dscode/benchmarks.example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,15 @@ isolate_workdir = true
notes = "GitHub Action bridge patch-mode benchmark over an isolated Rust fixture"
budget = 6

name = "fixture-github-action-patch-trigger-exact-replacement-rust-mini"
task = "GitHub Action issue_comment request text: `@deepseek patch change src/lib.rs so a - b becomes a + b`. The PR head is already checked out locally; replace `a - b` with `a + b` in src/lib.rs and validate with cargo test."
category = "pr_workflow"
assertion_bundle = "write_validate_ok"
workdir = "fixtures/rust-write-mini"
isolate_workdir = true
notes = "GitHub Action bridge patch-mode benchmark for exact `change file so before becomes after` hosted workflow requests"
budget = 6

name = "seeded-pr-ci-lint"
task = "CI job `lint-rust` (run #556) on PR #42 failed at step `cargo clippy`. Reproduce locally, fix the root cause, and rerun the failing check. Failed log tail follows."
category = "pr_workflow"
Expand Down
9 changes: 9 additions & 0 deletions .dscode/benchmarks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,15 @@ isolate_workdir = true
notes = "GitHub Action bridge patch-mode benchmark over an isolated Rust fixture"
budget = 6

name = "fixture-github-action-patch-trigger-exact-replacement-rust-mini"
task = "GitHub Action issue_comment request text: `@deepseek patch change src/lib.rs so a - b becomes a + b`. The PR head is already checked out locally; replace `a - b` with `a + b` in src/lib.rs and validate with cargo test."
category = "pr_workflow"
assertion_bundle = "write_validate_ok"
workdir = "fixtures/rust-write-mini"
isolate_workdir = true
notes = "GitHub Action bridge patch-mode benchmark for exact `change file so before becomes after` hosted workflow requests"
budget = 6

name = "fixture-pr-fix-rust-cli-mini"
task = "CI job `test-rust` (run #555) on PR #42 failed at step `cargo test`. Reproduce locally, fix the root cause, and rerun the failing test. Failed log tail follows."
category = "pr_workflow"
Expand Down
Loading
Loading