You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): Add automated performance tracing to CI pipeline (#12)
* feat(ci): Add automated performance tracing to CI pipeline
Integrates dotnet-trace into the CI workflow to automatically generate
performance flamegraphs using HelloWorldBot as the test application.
This enables continuous performance monitoring and helps identify
regressions early in the development cycle.
The performance-trace job:
- Builds and runs HelloWorldBot
- Collects 30-second performance trace using dotnet-trace
- Converts to Speedscope format for visualization
- Uploads flamegraph as workflow artifact (7-day retention)
- Added as required check in all-tests-passed job
0 commit comments