Skip to content

Instantly share code, notes, and snippets.

@ry
Last active March 26, 2021 02:29
Show Gist options
  • Save ry/c4008dc9d7a8a08bce1fdbad7d70e8e0 to your computer and use it in GitHub Desktop.
Save ry/c4008dc9d7a8a08bce1fdbad7d70e8e0 to your computer and use it in GitHub Desktop.

Main branch (e7954413e16d5814db5da6389f8d6e0c328812aa)

http_bench_json_ops

> wrk http://127.0.0.1:4544/
Running 10s test @ http://127.0.0.1:4544/
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   128.31us   41.79us   2.50ms   89.40%
    Req/Sec    37.33k     1.63k   38.74k    99.01%
  750353 requests in 10.10s, 36.50MB read
Requests/sec:  74289.74
Transfer/sec:      3.61MB
> wrk http://127.0.0.1:4544/
Running 10s test @ http://127.0.0.1:4544/
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   128.27us   38.50us   2.87ms   87.64%
    Req/Sec    37.31k     1.69k   38.39k    99.01%
  749827 requests in 10.10s, 36.47MB read
Requests/sec:  74238.97
Transfer/sec:      3.61MB

http_bench_bin_ops

> wrk http://127.0.0.1:4544/
Running 10s test @ http://127.0.0.1:4544/
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    73.45us   48.63us   3.60ms   97.49%
    Req/Sec    62.28k     3.37k   70.90k    94.06%
  1251287 requests in 10.10s, 60.86MB read
Requests/sec: 123897.41
Transfer/sec:      6.03MB
> wrk http://127.0.0.1:4544/
Running 10s test @ http://127.0.0.1:4544/
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    72.04us   24.53us   1.49ms   81.95%
    Req/Sec    62.79k     2.90k   71.46k    93.56%
  1261964 requests in 10.10s, 61.38MB read
Requests/sec: 124947.88
Transfer/sec:      6.08MB

af45effa1af5105321c521b6500427c3c183a54d

> wrk http://127.0.0.1:4544/
Running 10s test @ http://127.0.0.1:4544/
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    76.02us   37.32us   3.06ms   92.47%
    Req/Sec    59.93k     2.38k   61.86k    99.01%
  1204826 requests in 10.10s, 58.60MB read
Requests/sec: 119294.96
Transfer/sec:      5.80MB
> wrk http://127.0.0.1:4544/
Running 10s test @ http://127.0.0.1:4544/
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    74.73us   22.91us   1.31ms   79.23%
    Req/Sec    60.62k     2.58k   69.41k    96.53%
  1218192 requests in 10.10s, 59.25MB read
Requests/sec: 120618.34
Transfer/sec:      5.87MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment