Skip to content

Parallelize make goldens execution#1061

Merged
jamOne- merged 1 commit into
AI-Hypercomputer:mainfrom
jamOne-:parallel-goldens
Feb 16, 2026
Merged

Parallelize make goldens execution#1061
jamOne- merged 1 commit into
AI-Hypercomputer:mainfrom
jamOne-:parallel-goldens

Conversation

@jamOne-

@jamOne- jamOne- commented Feb 16, 2026

Copy link
Copy Markdown
Collaborator

Description

I often use make goldens when vibe-coding and it's so slow... let's parallelize.

gemini-cli

Prompt:

/superpowers:plan `make goldens` takes around minute to finish. It could be easily parallelized, currently the goldens are regenerated one by one. Let's parallelize to 5 or 10 at once. Make changes in a new git branch parallel-goldens. Do not push it. Prepare timing comparison against the `main` branch.

Timing Comparison

Metric Main Branch Parallel-Goldens Branch Speedup
Real Time ~43.9s ~5.6s ~7.8x

Issue

Testing

  • manually ran make goldens and ...recipe.py golden... on a modified code-base -- worked as expected
@jamOne- jamOne- added this pull request to the merge queue Feb 16, 2026
Merged via the queue into AI-Hypercomputer:main with commit bdd11c9 Feb 16, 2026
28 checks passed
@jamOne- jamOne- deleted the parallel-goldens branch February 16, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants