1
0
mirror of https://github.com/wg/wrk synced 2025-03-10 15:57:16 +08:00
wrk/CHANGES

25 lines
945 B
Plaintext
Raw Permalink Normal View History

2017-02-05 14:05:52 +09:00
master
* Require OpenSSL 1.1.0+
2016-03-26 09:18:07 +09:00
wrk 4.0.2
* Send hostname using TLS SNI.
* Add optional WITH_OPENSSL and WITH_LUAJIT to use system libs.
* Bundle OpenSSL 1.0.2.
2015-05-08 14:54:10 +09:00
* delay() can return milliseconds to delay sending next request.
2015-03-15 14:08:55 +09:00
wrk 4.0.0
* The wrk global variable is the only global defined by default.
* wrk.init() calls the global init(), remove calls to wrk.init().
2015-02-07 17:03:17 +09:00
* Add wrk.lookup(host, port) and wrk.connect(addr) functions.
* Add setup phase that calls the global setup() for each thread.
* Allow assignment to thread.addr to specify the server address.
2015-03-15 14:08:55 +09:00
* Add thread:set(name, value), thread:get(name), and thread:stop().
2015-02-11 11:31:55 +09:00
* Record latency for every request instead of random samples.
* Latency and requests in done() are now callable, not indexable.
2015-02-11 20:11:41 +09:00
* Only record timeouts when a response is actually received.
* Remove calibration phase and record rate at fixed interval.
* Improve correction of coordinated omission.