github.com/wangkui503/aero@v1.0.0/docs/Benchmarks.md (about)

     1  # Benchmarks
     2  
     3  ## Routing
     4  
     5  Very simple routing test using `Hello World` as output:
     6  
     7  ### AeroGo (go 1.9)
     8  
     9  ```
    10  Running 2s test @ http://localhost:4000/hello
    11    8 threads and 400 connections
    12    Thread Stats   Avg      Stdev     Max   +/- Stdev
    13      Latency     2.20ms    1.38ms  23.81ms   79.24%
    14      Req/Sec    22.89k     5.67k   73.95k    98.77%
    15    368755 requests in 2.10s, 61.19MB read
    16  Requests/sec: 175594.86
    17  Transfer/sec:     29.14MB
    18  ```
    19  
    20  ### AeroJS (node.js 8.8)
    21  
    22  ```
    23  Running 2s test @ http://localhost:4000
    24    8 threads and 400 connections
    25    Thread Stats   Avg      Stdev     Max   +/- Stdev
    26      Latency     9.78ms    5.40ms 228.37ms   95.41%
    27      Req/Sec     4.47k     1.68k   23.12k    93.79%
    28    71622 requests in 2.10s, 52.73MB read
    29  Requests/sec:  34114.80
    30  Transfer/sec:     25.12MB
    31  ```