Skip to content

Failed to test on Mac systems #2

Closed
@ecafkoob

Description

osinfo:

ProductName: macOS
ProductVersion: 11.5.2
BuildVersion: 20G95

kern.maxfilesperproc: 49152
kern.maxfiles: 98304

result:

➜ echo "Results for hyper:" && rewrk -t 12 -c 300 -d 10s -h http://localhost:3000/

Results for hyper:
Beginning round 1...
Benchmarking 300 connections @ http://localhost:3000/ for 10 second(s)
failed to run benchmark round due to error: error combining results: connection closed

use wrk it's ok:

➜ wrk -t12 -c400 -d30s --latency http://localhost:3000/
wrk http://localhost:3000/
Running 30s test @ http://localhost:3000/
12 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 808.44us 247.22us 3.95ms 72.97%
Req/Sec 23.51k 9.67k 141.20k 79.11%
Latency Distribution
50% 819.00us
75% 0.96ms
90% 1.10ms
99% 1.40ms
7020424 requests in 30.10s, 589.18MB read
Socket errors: connect 157, read 89, write 0, timeout 0
Requests/sec: 233235.83
Transfer/sec: 19.57MB

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions