Skip to content

Commit e357f62

Browse files
authored
Update performance test results markdown header (#15752)
* Update performance test results markdown header * Change files
1 parent ae1c396 commit e357f62

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Update performance test results markdown header",
4+
"packageName": "react-native-windows",
5+
"email": "74712637+iamAbhi-916@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

vnext/Scripts/perf/compare-results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function compareSuite(suiteName, headSnaps, baseSnaps) {
176176
}
177177

178178
function generateMarkdown(suiteComparisons, ciResults) {
179-
let md = '## Performance Test Results\n\n';
179+
let md = '## Performance Test Results\n\n';
180180

181181
md += `**Branch:** \`${ciResults.branch}\` \n`;
182182
md += `**Commit:** \`${ciResults.commitSha.slice(0, 8)}\` \n`;

0 commit comments

Comments
 (0)