Skip to content

Commit

Permalink
ci: test markdown EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu-kung committed Oct 30, 2024
1 parent c8f1178 commit f9e325b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bench_mako_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ jobs:
const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`
const urlLink = `[Open](${url})`
const result = `\${{ steps.read_results.outputs.benchmark_results }}`
const body = \`
const result = `${{ steps.read_results.outputs.benchmark_results }}`
const body = `
📝 Benchmark detail: ${urlLink}
\${result}
\`
${result}
`
await github.rest.issues.updateComment({
owner: context.repo.owner,
Expand Down
4 changes: 2 additions & 2 deletions benchmark-results.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| Command | Mean [s] | Min [s] | Max [s] | Relative |
|:---|---:|---:|---:|---:|
| `./tmp/mako-8a2f4d02 examples/with-antd --mode production` | 3.539 ± 0.050 | 3.473 | 3.599 | 1.03 ± 0.02 |
| `./tmp/mako-8a2f4d02 examples/with-antd --mode production` | 3.448 ± 0.024 | 3.399 | 3.475 | 1.00 |
| `with-antd` | 3.539 ± 0.050 | 3.473 | 3.599 | 1.03 ± 0.02 |
| `with-antd` | 3.448 ± 0.024 | 3.399 | 3.475 | 1.00 |

0 comments on commit f9e325b

Please sign in to comment.