Skip to content

Commit

Permalink
Update fake requirement from =2.4.1 to 2.5.0 (#2739)
Browse files Browse the repository at this point in the history
* Update fake requirement from =2.4.1 to =2.5.0

Updates the requirements on [fake](https://github.com/cksac/fake-rs) to permit the latest version.
- [Release notes](https://github.com/cksac/fake-rs/releases)
- [Commits](https://github.com/cksac/fake-rs/commits)

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

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

* Don't pin version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
  • Loading branch information
dependabot[bot] and hamza1311 committed Jun 19, 2022
1 parent acecfab commit 015412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/keyed_list/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
fake = "=2.4.1"
fake = "2.5.0"
getrandom = { version = "0.2", features = ["js"] }
instant = { version = "0.1", features = ["wasm-bindgen"] }
log = "0.4"
Expand Down

1 comment on commit 015412e

@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: 015412e Previous: f27bea9 Ratio
yew-struct-keyed 01_run1k 173.1965 157.727 1.10
yew-struct-keyed 02_replace1k 185.558 170.188 1.09
yew-struct-keyed 03_update10th1k_x16 433.353 385.1765 1.13
yew-struct-keyed 04_select1k 94.892 67.199 1.41
yew-struct-keyed 05_swap1k 119.07 91.5905 1.30
yew-struct-keyed 06_remove-one-1k 38.1445 30.9725 1.23
yew-struct-keyed 07_create10k 3255.804 2906.9715 1.12
yew-struct-keyed 08_create1k-after1k_x2 434.6715 388.4995 1.12
yew-struct-keyed 09_clear1k_x8 178.334 179.3305 0.99
yew-struct-keyed 21_ready-memory 1.4694786071777344 1.4694786071777344 1
yew-struct-keyed 22_run-memory 1.6629371643066406 1.692401885986328 0.98
yew-struct-keyed 23_update5-memory 1.7175788879394531 1.6630592346191406 1.03
yew-struct-keyed 24_run5-memory 1.710590362548828 1.9467010498046875 0.88
yew-struct-keyed 25_run-clear-memory 1.3284416198730469 1.328582763671875 1.00
yew-struct-keyed 31_startup-ci 1881.3 1882.355 1.00
yew-struct-keyed 32_startup-bt 44.44399999999999 32.239999999999995 1.38
yew-struct-keyed 33_startup-mainthreadcost 228.1040000000001 218.57200000000003 1.04
yew-struct-keyed 34_startup-totalbytes 332.2763671875 332.2763671875 1

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

Please sign in to comment.