performance_report
Generate a Markdown performance report from profile results. Pass JSON profile results to create a formatted summary for PRs, Slack, or stakeholder updates.
Instructions
Generate a shareable Markdown performance report from profile results. Pass the JSON output from one or more profile tools. Returns formatted Markdown suitable for PRs, Slack, documentation, or stakeholder updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | JSON string of profile results — single object or array of results from profile_* tools | |
| app_name | No | App name for the report header (e.g. 'MyApp') | |
| baseline_name | No | Optional baseline name to include regression comparison in the report |