Skip to content

Instantly share code, notes, and snippets.

@hirokazumiyaji
Last active September 16, 2016 06:42
Show Gist options
  • Save hirokazumiyaji/2ea9dd19a50df2acadffee6198a20d84 to your computer and use it in GitHub Desktop.
Save hirokazumiyaji/2ea9dd19a50df2acadffee6198a20d84 to your computer and use it in GitHub Desktop.
goflake-server benchmark

Machine

MacBook Pro (Retina, 13-inch, Early 2015)

Processor 2.7 GHz Intel Core i5

Memory 8 GB 1867 MHz DDR3

JSON

$ wrk -c 1k -t 1k http://127.0.0.1:8000/id
Running 10s test @ http://127.0.0.1:8000/id
  1000 threads and 1000 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    21.88ms   17.45ms 213.77ms   86.49%
    Req/Sec    51.22     19.25   407.00     80.57%
  528432 requests in 10.11s, 76.60MB read
Requests/sec:  52266.64
Transfer/sec:      7.58MB

MessagePack

$ wrk -c 1k -t 1k http://127.0.0.1:8000/id.msgpack
Running 10s test @ http://127.0.0.1:8000/id.msgpack
  1000 threads and 1000 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    22.00ms   16.13ms 220.09ms   84.50%
    Req/Sec    49.99     18.93   444.00     75.46%
  519272 requests in 10.11s, 74.78MB read
Requests/sec:  51347.15
Transfer/sec:      7.39MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment