Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2 (#3720)
Browse files Browse the repository at this point in the history
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 6481524 commit 86c6c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
branch: ${{ steps.gettag.outputs.tag }}

- name: Create a Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.YEWTEMPBOT_TOKEN }}
tag_name: ${{ steps.gettag.outputs.tag }}
Expand Down

1 comment on commit 86c6c8a

@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: 86c6c8a Previous: 6481524 Ratio
yew-hooks-v0.21.0-keyed 01_run1k 202.7 203.6 1.00
yew-hooks-v0.21.0-keyed 02_replace1k 227.5 232.6 0.98
yew-hooks-v0.21.0-keyed 03_update10th1k_x16 99.3 110.8 0.90
yew-hooks-v0.21.0-keyed 04_select1k 42.4 46.8 0.91
yew-hooks-v0.21.0-keyed 05_swap1k 108.8 121.7 0.89
yew-hooks-v0.21.0-keyed 06_remove-one-1k 81.6 80.1 1.02
yew-hooks-v0.21.0-keyed 07_create10k 2237.3 2241.6 1.00
yew-hooks-v0.21.0-keyed 08_create1k-after1k_x2 239.6 235.4 1.02
yew-hooks-v0.21.0-keyed 09_clear1k_x8 91.2 90 1.01
yew-hooks-v0.21.0-keyed 21_ready-memory 2.140857696533203 2.125171661376953 1.01
yew-hooks-v0.21.0-keyed 22_run-memory 6.302089691162109 6.301815032958984 1.00
yew-hooks-v0.21.0-keyed 23_update5-memory 6.602245330810547 6.5852861404418945 1.00
yew-hooks-v0.21.0-keyed 25_run-clear-memory 5.143494606018066 5.175464630126953 0.99
yew-hooks-v0.21.0-keyed 26_run-10k-memory 42.75127410888672 42.78638553619385 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 424.7 421.8 1.01
yew-v0.21.0-keyed 01_run1k 201.6 198 1.02
yew-v0.21.0-keyed 02_replace1k 226.3 226.4 1.00
yew-v0.21.0-keyed 03_update10th1k_x16 76.8 69.1 1.11
yew-v0.21.0-keyed 04_select1k 18.5 16.8 1.10
yew-v0.21.0-keyed 05_swap1k 84.3 79.7 1.06
yew-v0.21.0-keyed 06_remove-one-1k 72.3 64.6 1.12
yew-v0.21.0-keyed 07_create10k 2245.9 2234.5 1.01
yew-v0.21.0-keyed 08_create1k-after1k_x2 230.9 233 0.99
yew-v0.21.0-keyed 09_clear1k_x8 85.4 86.6 0.99
yew-v0.21.0-keyed 21_ready-memory 2.111898422241211 2.1406383514404297 0.99
yew-v0.21.0-keyed 22_run-memory 6.238946914672852 6.188417434692383 1.01
yew-v0.21.0-keyed 23_update5-memory 6.3226728439331055 6.351266860961914 1.00
yew-v0.21.0-keyed 25_run-clear-memory 4.954836845397949 4.987310409545898 0.99
yew-v0.21.0-keyed 26_run-10k-memory 41.56833457946777 41.522817611694336 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 418 420.9 0.99

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

Please sign in to comment.