Skip to content

Release v0.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 00:45
· 313 commits to main since this release
e5cd6c2

Changelog

Added plain text response format option. Added profiling option and some performance fixes.

$  wrk -c 50 -t 50 -d 10 --latency http://localhost:25222/perf
Running 10s test @ http://localhost:25222/perf
  50 threads and 50 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     1.12ms    2.54ms  47.96ms   91.85%
    Req/Sec     2.78k   661.90    31.89k    82.64%
  Latency Distribution
     50%  295.00us
     75%  731.00us
     90%    2.91ms
     99%   12.99ms
  1384223 requests in 10.10s, 167.65MB read
Requests/sec: 137063.33
Transfer/sec:     16.60MB

Other