Skip to content

Commit 5bdeb3a

Browse files
committed
Fix runtime benchmark text formatting
1 parent b476714 commit 5bdeb3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/src/runtime_benchmark.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function compareRuntimeBenchmarks(
3535
time => toFixed(time, 4)
3636
);
3737

38-
const text = `**master:**\n\`\`\`json\n${json.encode(oldResults)}\n\`\`\`\n**commit:**\n\`\`\`json\n${json.encode(
38+
const text = `### master\n\`\`\`json\n${json.encode(oldResults)}\n\`\`\`\n### commit\n\`\`\`json\n${json.encode(
3939
newResults
4040
)}\n\`\`\``;
4141

0 commit comments

Comments
 (0)