Skip to content

docs: fix performance claims and add debugging section#15

Merged
compscidr merged 1 commit into
masterfrom
docs/readme-and-blog-updates
Mar 20, 2026
Merged

docs: fix performance claims and add debugging section#15
compscidr merged 1 commit into
masterfrom
docs/readme-and-blog-updates

Conversation

@compscidr

Copy link
Copy Markdown
Owner

Summary

  • Remove specific timing claims that vary with GitHub API conditions
  • Frame jstrieb comparison as architectural (sequential REST → rate limiting) not speed
  • Add Debugging section documenting per-repo logging and debug endpoint

🤖 Generated with Claude Code

Remove specific timing claims (17 mins) that vary depending on GitHub
API mood. Frame the improvement as architectural (minimize REST calls,
prefer GraphQL) rather than a benchmark. Add debugging section
documenting per-repo Action logging and the debug endpoint.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 20, 2026 05:55
@vercel

vercel Bot commented Mar 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
github-readme-stats Ready Ready Preview, Comment Mar 20, 2026 5:55am

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the project README to remove variable performance/timing claims, reframe comparisons against other tooling in architectural terms, and document newly supported debugging workflows for diagnosing repo-level issues.

Changes:

  • Replaces specific runtime claims with an explanation of why sequential REST calls can lead to rate limiting and unpredictable runtimes.
  • Clarifies the fork’s architecture as “GraphQL by default, REST where GraphQL falls short,” without promising fixed runtimes.
  • Adds a Debugging section describing per-repo GitHub Action logging and the /api/top-langs?debug=true JSON debug output.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@compscidr compscidr merged commit e24d0ae into master Mar 20, 2026
7 checks passed
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