Skip to content

Commit

Permalink
node refs example link updated (#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
giripriyadarshan authored Oct 12, 2024
1 parent 530e805 commit e99492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/node_refs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This example shows two input fields which are automatically focused when hovered

## Concepts

The example uses [Refs](https://yew.rs/docs/concepts/components/refs/) to
The example uses [Refs](https://yew.rs/docs/concepts/function-components/node-refs) to
manipulate the underlying DOM element directly.

## Running
Expand Down

1 comment on commit e99492e

@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: e99492e Previous: 3c7e3e3 Ratio
yew-hooks-v0.21.0-keyed 01_run1k 193.4 191.2 1.01
yew-hooks-v0.21.0-keyed 02_replace1k 220.1 218.6 1.01
yew-hooks-v0.21.0-keyed 03_update10th1k_x16 91.2 93.4 0.98
yew-hooks-v0.21.0-keyed 04_select1k 43.1 41.2 1.05
yew-hooks-v0.21.0-keyed 05_swap1k 104.7 105.5 0.99
yew-hooks-v0.21.0-keyed 06_remove-one-1k 80.2 79.7 1.01
yew-hooks-v0.21.0-keyed 07_create10k 2210.4 2211.5 1.00
yew-hooks-v0.21.0-keyed 08_create1k-after1k_x2 221 221.6 1.00
yew-hooks-v0.21.0-keyed 09_clear1k_x8 88.5 89.8 0.99
yew-hooks-v0.21.0-keyed 21_ready-memory 2.1485586166381836 2.123171806335449 1.01
yew-hooks-v0.21.0-keyed 22_run-memory 6.259779930114746 6.310580253601074 0.99
yew-hooks-v0.21.0-keyed 23_update5-memory 6.622470855712891 6.573078155517578 1.01
yew-hooks-v0.21.0-keyed 25_run-clear-memory 5.152824401855469 4.763222694396973 1.08
yew-hooks-v0.21.0-keyed 26_run-10k-memory 42.79540252685547 42.47025775909424 1.01
yew-hooks-v0.21.0-keyed 41_size-uncompressed 168 168 1
yew-hooks-v0.21.0-keyed 42_size-compressed 54.6 54.6 1
yew-hooks-v0.21.0-keyed 43_first-paint 460.1 444 1.04
yew-v0.21.0-keyed 01_run1k 193.6 192.2 1.01
yew-v0.21.0-keyed 02_replace1k 221.5 214.4 1.03
yew-v0.21.0-keyed 03_update10th1k_x16 71.6 71.5 1.00
yew-v0.21.0-keyed 04_select1k 16 16 1
yew-v0.21.0-keyed 05_swap1k 79.2 75.5 1.05
yew-v0.21.0-keyed 06_remove-one-1k 71.4 66.1 1.08
yew-v0.21.0-keyed 07_create10k 2233.8 2235.9 1.00
yew-v0.21.0-keyed 08_create1k-after1k_x2 219.2 212.3 1.03
yew-v0.21.0-keyed 09_clear1k_x8 89.8 86.2 1.04
yew-v0.21.0-keyed 21_ready-memory 2.151097297668457 2.1482934951782227 1.00
yew-v0.21.0-keyed 22_run-memory 6.214310646057129 6.247132301330566 0.99
yew-v0.21.0-keyed 23_update5-memory 6.371641159057617 6.338102340698242 1.01
yew-v0.21.0-keyed 25_run-clear-memory 4.972882270812988 4.925570487976074 1.01
yew-v0.21.0-keyed 26_run-10k-memory 41.57719898223877 41.498477935791016 1.00
yew-v0.21.0-keyed 41_size-uncompressed 166 166 1
yew-v0.21.0-keyed 42_size-compressed 54.4 54.4 1
yew-v0.21.0-keyed 43_first-paint 430.9 442.6 0.97

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

Please sign in to comment.