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

Use cohttp-eio server #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

yawaramin
Copy link

Getting results:

Node.js

$ wrk -d 10s http://127.0.0.1:8081/hi
Running 10s test @ http://127.0.0.1:8081/hi
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   141.92us  448.18us  22.56ms   99.71%
    Req/Sec    39.15k     3.32k   44.56k    92.08%
  787003 requests in 10.10s, 126.09MB read
Requests/sec:  77923.26
Transfer/sec:     12.48MB

Cohttp-eio

$ wrk -d 10s http://127.0.0.1:8080/hi
Running 10s test @ http://127.0.0.1:8080/hi
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    60.93us  144.59us   9.59ms   98.73%
    Req/Sec    81.82k     3.54k   87.49k    97.50%
  1627614 requests in 10.00s, 181.61MB read
Requests/sec: 162762.16
Transfer/sec:     18.16MB

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.

None yet

1 participant