Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any benchmark comparison #26

Closed
vebodev opened this issue Jun 8, 2022 · 1 comment
Closed

Any benchmark comparison #26

vebodev opened this issue Jun 8, 2022 · 1 comment

Comments

@vebodev
Copy link

vebodev commented Jun 8, 2022

I am new to silkenweb, excited with the non-vdom idea.

Are there any simple and quick performance benchmark compared to other rust-wasm frameworks, such as yew, seed, sycamore?

thank you

@simon-bourne
Copy link
Contributor

I wrote a harness for js-framework-benchmark in the examples folder. It's a bit of a pain to run as you have to run it within js-framework-benchmark, but here's the results from a run on my machine. All the benchmarks were run on an Intel 7700 desktop. The Silkenweb results are from the current head of the git repository, using this build profile:

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"

Results.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants