Skip to content

Fix: optimize CI analytics repo limit from 5 to 3#1682

Open
sakshiwankhade026-coder wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
sakshiwankhade026-coder:fix-ci-metrics-performance
Open

Fix: optimize CI analytics repo limit from 5 to 3#1682
sakshiwankhade026-coder wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
sakshiwankhade026-coder:fix-ci-metrics-performance

Conversation

@sakshiwankhade026-coder
Copy link
Copy Markdown

@sakshiwankhade026-coder sakshiwankhade026-coder commented May 30, 2026

Summary

Optimized CI analytics by reducing the number of top repositories fetched from 5 to 3. This improves performance and reduces unnecessary processing.

Closes #1611


Type of Change

  • Bug fix
  • Performance improvement
  • New feature
  • Documentation update
  • Refactor / code cleanup

Changes Made

  • Reduced repository limit from 5 to 3 in CI analytics
  • Improved performance of analytics processing
  • Reduced API/data processing overhead

Testing

  • Tested locally
  • Verified output change in analytics result

Checklist

  • Code is clean and minimal change
  • No breaking changes introduced
  • Self-reviewed the code

@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

@sakshiwankhade026-coder is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix type:devops GSSoC type bonus: devops (+15 pts) type:performance GSSoC type bonus: performance (+15 pts) labels May 30, 2026
@github-actions
Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix type:devops GSSoC type bonus: devops (+15 pts) type:performance GSSoC type bonus: performance (+15 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Performance] CI metrics endpoint makes N+1 API calls to GitHub for workflow runs

1 participant