Skip to content

Commit

Permalink
Update gloo requirement from 0.4 to 0.6 (#2522)
Browse files Browse the repository at this point in the history
Updates the requirements on [gloo](https://github.com/rustwasm/gloo) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Commits](https://github.com/rustwasm/gloo/commits/0.6.1)

---
updated-dependencies:
- dependency-name: gloo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 19, 2022
1 parent 3343289 commit 3ad4540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/function_memory_game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
serde = { version = "1.0", features = ["derive"] }
strum = "0.24"
strum_macros = "0.24"
gloo = "0.4"
gloo = "0.6"
nanoid = "0.4"
rand = "0.8"
getrandom = { version = "0.2", features = ["js"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/website-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yew-agent = { path = "../../packages/yew-agent/" }
[dev-dependencies]
boolinator = "2.4"
derive_more = "0.99"
gloo = "0.5"
gloo = "0.6"
js-sys = "0.3"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
Expand Down

1 comment on commit 3ad4540

@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: 3ad4540 Previous: 3343289 Ratio
yew-struct-keyed 01_run1k 173.0935 255.0045 0.68
yew-struct-keyed 02_replace1k 193.954 275.573 0.70
yew-struct-keyed 03_update10th1k_x16 380.7005 529.513 0.72
yew-struct-keyed 04_select1k 84.451 92.568 0.91
yew-struct-keyed 05_swap1k 105.99 112.019 0.95
yew-struct-keyed 06_remove-one-1k 32.082 35.7565 0.90
yew-struct-keyed 07_create10k 2077.3805 3179.1495 0.65
yew-struct-keyed 08_create1k-after1k_x2 387.118 635.5755 0.61
yew-struct-keyed 09_clear1k_x8 204.399 285.4315 0.72
yew-struct-keyed 21_ready-memory 0.9634475708007812 0.9634475708007812 1
yew-struct-keyed 22_run-memory 1.5028305053710938 1.45648193359375 1.03
yew-struct-keyed 23_update5-memory 1.5026588439941406 1.4602203369140625 1.03
yew-struct-keyed 24_run5-memory 1.5052261352539062 1.5146255493164062 0.99
yew-struct-keyed 25_run-clear-memory 1.1237678527832031 1.1243438720703125 1.00
yew-struct-keyed 31_startup-ci 1732.208 1730.864 1.00
yew-struct-keyed 32_startup-bt 29.835999999999984 38.173999999999985 0.78
yew-struct-keyed 34_startup-totalbytes 330.5498046875 330.5498046875 1

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

Please sign in to comment.