"Fossies" - the Fresh Open Source Software Archive 
Member "wrk-4.2.0/CHANGES" (7 Feb 2021, 945 Bytes) of package /linux/www/wrk-4.2.0.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "CHANGES":
4.0.2_vs_4.1.0.
1 master
2
3 * Require OpenSSL 1.1.0+
4
5 wrk 4.0.2
6
7 * Send hostname using TLS SNI.
8 * Add optional WITH_OPENSSL and WITH_LUAJIT to use system libs.
9 * Bundle OpenSSL 1.0.2.
10 * delay() can return milliseconds to delay sending next request.
11
12 wrk 4.0.0
13
14 * The wrk global variable is the only global defined by default.
15 * wrk.init() calls the global init(), remove calls to wrk.init().
16 * Add wrk.lookup(host, port) and wrk.connect(addr) functions.
17 * Add setup phase that calls the global setup() for each thread.
18 * Allow assignment to thread.addr to specify the server address.
19 * Add thread:set(name, value), thread:get(name), and thread:stop().
20 * Record latency for every request instead of random samples.
21 * Latency and requests in done() are now callable, not indexable.
22 * Only record timeouts when a response is actually received.
23 * Remove calibration phase and record rate at fixed interval.
24 * Improve correction of coordinated omission.