Skip to content

Commit ccc2e74

Browse files
authored
Update performance test results markdown header
1 parent ae1c396 commit ccc2e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)