Skip to content

Remove bench result JSONs, add to gitignore#31

Closed
kaghni wants to merge 3 commits intosasun-improvefrom
fix/remove-bench-jsons
Closed

Remove bench result JSONs, add to gitignore#31
kaghni wants to merge 3 commits intosasun-improvefrom
fix/remove-bench-jsons

Conversation

@kaghni
Copy link
Copy Markdown
Collaborator

@kaghni kaghni commented Apr 10, 2026

Summary

  • Remove 10 bench result JSON files (42K lines, 1MB) from repo
  • Add bench/*.json to .gitignore
  • Keep bench/run.mjs (benchmark runner script)

🤖 Generated with Claude Code

kaghni and others added 3 commits April 10, 2026 00:42
Bench JSON outputs are test artifacts (1MB), shouldn't be tracked.
Added bench/*.json to .gitignore. Kept bench/run.mjs (benchmark runner).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Benchmark tooling doesn't belong in the plugin repo.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vlad-activeloop
Copy link
Copy Markdown
Contributor

/claude-review

@claude
Copy link
Copy Markdown

claude bot commented Apr 10, 2026

Claude finished @vlad-activeloop's task in 54s —— View job


Review

  • bench/run.mjs was deleted (commit aa52a5b) despite the PR description saying "Keep bench/run.mjs (benchmark runner script)" — if this was intentional, the PR description should be updated; if not, the file should be restored.
  • .github/workflows/pr-review.yaml triggers Claude review on every non-draft PR opened, not just those with /claude-review — this may be noisy/expensive if unintended.

Comment on lines +33 to +36
steps:
- name: cleanup workflow runs
uses: mattraks/delete-workflow-runs@v2.1.0
with:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

retain_days: 0 + keep_minimum_runs: 0 deletes all workflow history for this action on every run, including potentially the run currently in progress — you'll lose all CI audit trail for Claude reviews.

Consider keeping at least a few runs for debugging:

Suggested change
steps:
- name: cleanup workflow runs
uses: mattraks/delete-workflow-runs@v2.1.0
with:
retain_days: 30
keep_minimum_runs: 5

@kaghni kaghni closed this Apr 10, 2026
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.

2 participants