Skip to content

Commit

Permalink
Merge commit 22fd855 (conflicts)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Oct 27, 2023
2 parents 1e8c819 + 22fd855 commit 72225ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post-benchmark-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,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
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/benchmark-core/benches/vnode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ fn vnode_clone(bencher: divan::Bencher) {
<span>{"Hello"}</span>
<strong style="color:red">{"World"}</strong>
<Stuff />
<Suspense fallback={html!("Loading...")}>
<Stuff />
</Suspense>
</div>
};

Expand Down

0 comments on commit 72225ee

Please sign in to comment.