We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tmp.benchmark-report.CHARTS.md
1 parent eb41108 commit 4dc88aaCopy full SHA for 4dc88aa
ci/github-actions/illustrate-benchmark-reports.ts
@@ -119,9 +119,9 @@ async function main() {
119
writeFileSync(svgFile, svgFileContent)
120
}
121
const markdown = svgFiles
122
- .map(svgFile => `### ${svgFile}\n\n`)
+ .map(svgFile => `## ${svgFile}\n\n`)
123
.join('\n')
124
- writeFileSync('tmp.benchmark-report.CHARTS.md', `# Benchmark Charts\n${markdown}`)
+ writeFileSync('tmp.benchmark-report.CHARTS.md', `# Benchmark Charts\n\n${markdown}`)
125
126
127
main().catch(error => {
0 commit comments