Skip to content

Commit 4fbe16e

Browse files
committed
use one PR for now
1 parent 603d246 commit 4fbe16e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

workflows/daily-perf-improver.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ To decide which phase to perform:
7878
- User-facing performance concerns (load times, responsiveness, throughput)
7979
- System performance bottlenecks (compute, memory, I/O, network)
8080
- Maintainer performance priorities and success metrics
81-
- Development/build performance issues
81+
- Development/build performance issues affecting performance engineering
8282
- Existing performance documentation and measurement approaches
8383

8484
**Identify optimization targets:**
8585
- User experience bottlenecks (slow page loads, UI lag, high resource usage)
8686
- System inefficiencies (algorithms, data structures, resource utilization)
87-
- Development workflow pain points (build times, test execution, CI duration)
87+
- Development workflow pain points affecting performance engineering (build times, test execution, CI duration)
8888
- Infrastructure concerns (scaling, deployment, monitoring)
8989
- Performance engineering gaps (lack of guides, rapidity, measurement strategies)
9090

@@ -138,7 +138,7 @@ To decide which phase to perform:
138138
- **Code optimization:** Algorithm improvements, data structure changes, caching
139139
- **User experience:** Reducing load times, improving responsiveness, optimizing assets
140140
- **System efficiency:** Resource utilization, concurrency, I/O optimization
141-
- **Development workflow:** Build optimization, test performance, CI improvements
141+
- **Performance engineering workflow:** Build optimization, test performance, CI improvements for faster performance engineering
142142
- **Infrastructure:** Scaling strategies, deployment efficiency, monitoring setup
143143

144144
**Measurement strategy:**
@@ -175,7 +175,7 @@ To decide which phase to perform:
175175

176176
After creation, check the pull request to ensure it is correct, includes all expected files, and doesn't include any unwanted files or changes. Make any necessary corrections by pushing further commits to the branch.
177177

178-
b. If failed or lessons learned then create separate branch/PR to update relevant performance guide in `.github/copilot/instructions/` with insights. Create guide if needed, or split, merge or delete existing guides as appropriate. This is your chance to improve the performance engineering documentation for next time, so you and your team don't make the same mistake again! Make the most of it!
178+
b. If failed or lessons learned then add more files to the PR branch to update relevant performance guide in `.github/copilot/instructions/` with insights. Create a new guide if needed, or split, merge or delete existing guides as appropriate. This is your chance to improve the performance engineering documentation for next time, so you and your team don't make the same mistakes again! Make the most of it!
179179

180180
4. **Final update**: Add brief comment (1 or 2 sentences) to the discussion identified at the start of the workflow stating goal worked on, PR links, and progress made.
181181

0 commit comments

Comments
 (0)