Skip to content

Commit

Permalink
Bump jetli/trunk-action from 0.4.0 to 0.5.0 (#3722)
Browse files Browse the repository at this point in the history
Bumps [jetli/trunk-action](https://github.com/jetli/trunk-action) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/jetli/trunk-action/releases)
- [Commits](jetli/trunk-action@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: jetli/trunk-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 1ba7f0b commit 6481524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
shared-key: publish-examples

- uses: jetli/trunk-action@v0.4.0
- uses: jetli/trunk-action@v0.5.0
with:
version: 'latest'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-cmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shared-key: size-compare

- name: Setup Trunk
uses: jetli/trunk-action@v0.4.0
uses: jetli/trunk-action@v0.5.0
with:
version: "latest"

Expand Down

1 comment on commit 6481524

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yew master branch benchmarks (Lower is better)

Benchmark suite Current: 6481524 Previous: 1ba7f0b Ratio
yew-hooks-v0.21.0-keyed 01_run1k 203.6 195.3 1.04
yew-hooks-v0.21.0-keyed 02_replace1k 232.6 216.1 1.08
yew-hooks-v0.21.0-keyed 03_update10th1k_x16 110.8 89.7 1.24
yew-hooks-v0.21.0-keyed 04_select1k 46.8 38.6 1.21
yew-hooks-v0.21.0-keyed 05_swap1k 121.7 103.7 1.17
yew-hooks-v0.21.0-keyed 06_remove-one-1k 80.1 74 1.08
yew-hooks-v0.21.0-keyed 07_create10k 2241.6 2217.3 1.01
yew-hooks-v0.21.0-keyed 08_create1k-after1k_x2 235.4 225.4 1.04
yew-hooks-v0.21.0-keyed 09_clear1k_x8 90 81.1 1.11
yew-hooks-v0.21.0-keyed 21_ready-memory 2.125171661376953 2.12890625 1.00
yew-hooks-v0.21.0-keyed 22_run-memory 6.301815032958984 6.304313659667969 1.00
yew-hooks-v0.21.0-keyed 23_update5-memory 6.5852861404418945 6.604645729064941 1.00
yew-hooks-v0.21.0-keyed 25_run-clear-memory 5.175464630126953 5.194225311279297 1.00
yew-hooks-v0.21.0-keyed 26_run-10k-memory 42.78638553619385 42.82180881500244 1.00
yew-hooks-v0.21.0-keyed 41_size-uncompressed 168.4 168.4 1
yew-hooks-v0.21.0-keyed 42_size-compressed 54.5 54.5 1
yew-hooks-v0.21.0-keyed 43_first-paint 421.8 416.1 1.01
yew-v0.21.0-keyed 01_run1k 198 195.3 1.01
yew-v0.21.0-keyed 02_replace1k 226.4 219 1.03
yew-v0.21.0-keyed 03_update10th1k_x16 69.1 68.8 1.00
yew-v0.21.0-keyed 04_select1k 16.8 16 1.05
yew-v0.21.0-keyed 05_swap1k 79.7 76.7 1.04
yew-v0.21.0-keyed 06_remove-one-1k 64.6 64 1.01
yew-v0.21.0-keyed 07_create10k 2234.5 2214.1 1.01
yew-v0.21.0-keyed 08_create1k-after1k_x2 233 217.9 1.07
yew-v0.21.0-keyed 09_clear1k_x8 86.6 79.9 1.08
yew-v0.21.0-keyed 21_ready-memory 2.1406383514404297 2.144918441772461 1.00
yew-v0.21.0-keyed 22_run-memory 6.188417434692383 6.191381454467773 1.00
yew-v0.21.0-keyed 23_update5-memory 6.351266860961914 6.353761672973633 1.00
yew-v0.21.0-keyed 25_run-clear-memory 4.987310409545898 4.956918716430664 1.01
yew-v0.21.0-keyed 26_run-10k-memory 41.522817611694336 41.550188064575195 1.00
yew-v0.21.0-keyed 41_size-uncompressed 166.1 166.1 1
yew-v0.21.0-keyed 42_size-compressed 54.3 54.3 1
yew-v0.21.0-keyed 43_first-paint 420.9 402.8 1.04

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.