Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Oct 18, 2023
1 parent e0711b1 commit 716b009
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmark-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
continue-on-error: true
working-directory: yew-master/tools/benchmark-core

- name: Ignore master benchmark
- name: Make sure master's output log exists
run: touch yew-master/tools/output.log

- name: Write Pull Request ID
Expand Down Expand Up @@ -93,17 +93,17 @@ jobs:
cat - >>comment.txt <<EOF
### Benchmark - core
#### Yew Master
```
\`\`\`
EOF
cat benchmark-core/yew-master/tools/output.json >>comment.txt
cat - >>comment.txt <<EOF
```
\`\`\`
#### Pull Request" >> comment.txt
```
\`\`\`
EOF
cat benchmark-core/current-pr/tools/output.json >>comment.txt
cat - >>comment.txt <<EOF
```
\`\`\`
EOF
- name: Read Pull Request ID
Expand Down

0 comments on commit 716b009

Please sign in to comment.