1
0
mirror of https://github.com/wg/wrk synced 2025-01-08 06:52:55 +08:00
wrk/CHANGES

25 lines
945 B
Plaintext
Raw Normal View History

2017-02-05 13:05:52 +08:00
master
* Require OpenSSL 1.1.0+
2016-03-26 08:18:07 +08: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 13:54:10 +08:00
* delay() can return milliseconds to delay sending next request.
2015-03-15 13:08:55 +08: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 16:03:17 +08: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 13:08:55 +08:00
* Add thread:set(name, value), thread:get(name), and thread:stop().
2015-02-11 10:31:55 +08:00
* Record latency for every request instead of random samples.
* Latency and requests in done() are now callable, not indexable.
2015-02-11 19:11:41 +08:00
* Only record timeouts when a response is actually received.
* Remove calibration phase and record rate at fixed interval.
* Improve correction of coordinated omission.