2015-03-15 13:08:55 +08:00
|
|
|
wrk 4.0.0
|
2015-02-07 09:35:21 +08:00
|
|
|
|
|
|
|
* 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.
|
2015-02-21 10:31:44 +08:00
|
|
|
* Remove calibration phase and record rate at fixed interval.
|
|
|
|
* Improve correction of coordinated omission.
|