Skip to content

Commit 4a6a616

Browse files
authored
Merge pull request #3 from AvdLee/community-results-table
Simplify community results table and add StockAnalyzer entry
2 parents 1c390da + b9311fc commit 4a6a616

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Then open your Xcode project in your AI coding tool and say:
1616
1717
The agent will benchmark your clean and incremental builds, audit build settings, find compile hotspots, and produce an optimization plan at `.build-benchmark/optimization-plan.md`. No project files are modified until you explicitly approve changes.
1818

19+
[See results of projects that used this skill →](#community-results)
20+
1921
For long-term monitoring across days, machines, Xcode versions, and teams, use [RocketSim Build Insights](https://www.rocketsim.app/docs/features/build-insights/build-insights/) and [Team Build Insights](https://www.rocketsim.app/docs/features/build-insights/team-build-insights/).
2022

2123
## See Also My Other Skills
@@ -212,12 +214,13 @@ If you want to catch regressions earlier and see whether your build times are im
212214

213215
## Community Results
214216

215-
Real-world improvements reported by developers who used these skills. Add your own results by opening a pull request.
217+
Real-world improvements reported by developers who used these skills. Add your own by opening a pull request.
216218

217219
The `xcode-build-orchestrator` generates your table row at the end of every optimization run, so contributing is a single copy-paste.
218220

219-
| App | Incremental Before | Incremental After | Clean Before | Clean After | Cached Clean Before | Cached Clean After |
220-
|-----|-------------------:|------------------:|-------------:|------------:|--------------------:|-------------------:|
221+
| App | Clean Build | Incremental Build |
222+
|-----|------------|-------------------|
223+
| StockAnalyzer | 41.5s → 33.2s (-8.3s / 20% faster) | 5.3s → 3.6s (-1.7s / 32% faster) |
221224

222225
## Contributing
223226

skills/xcode-build-orchestrator/references/orchestration-report-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Compare the new wall-clock medians against the baseline. Report results as:
107107
Add your improvement to the community results table by opening a pull request.
108108
Copy the row below and append it to the table in README.md:
109109

110-
| <project-name> | <baseline-incremental> | <post-change-incremental> | <baseline-clean> | <post-change-clean> | <baseline-cached-clean> | <post-change-cached-clean> |
110+
| <project-name> | X.Xs → X.Xs (-X.Xs / X% faster) | X.Xs → X.Xs (-X.Xs / X% faster) |
111111

112112
Open a PR: https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill/edit/main/README.md
113113
```

0 commit comments

Comments
 (0)