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

Dioxus implementation #23

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Dioxus implementation #23

wants to merge 3 commits into from

Conversation

ealmloff
Copy link

To run the example, you need rust installed and the dioxus cli:

cargo install [email protected]
dx serve --port 3000

Autocannon results:

┌─────────┬──────┬──────┬───────┬───────┬─────────┬─────────┬───────┐
│ Stat    │ 2.5% │ 50%  │ 97.5% │ 99%   │ Avg     │ Stdev   │ Max   │
├─────────┼──────┼──────┼───────┼───────┼─────────┼─────────┼───────┤
│ Latency │ 1 ms │ 2 ms │ 12 ms │ 15 ms │ 3.36 ms │ 2.91 ms │ 54 ms │
└─────────┴──────┴──────┴───────┴───────┴─────────┴─────────┴───────┘
┌───────────┬────────┬────────┬────────┬────────┬──────────┬───────┬────────┐
│ Stat      │ 1%     │ 2.5%   │ 50%    │ 97.5%  │ Avg      │ Stdev │ Min    │
├───────────┼────────┼────────┼────────┼────────┼──────────┼───────┼────────┤
│ Req/Sec   │ 2,527  │ 2,527  │ 2,571  │ 2,655  │ 2,580.64 │ 44.91 │ 2,527  │
├───────────┼────────┼────────┼────────┼────────┼──────────┼───────┼────────┤
│ Bytes/Sec │ 563 MB │ 563 MB │ 573 MB │ 591 MB │ 574 MB   │ 10 MB │ 562 MB │
└───────────┴────────┴────────┴────────┴────────┴──────────┴───────┴────────┘

This was referenced Aug 31, 2024
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

Successfully merging this pull request may close these issues.

1 participant