1
0
mirror of https://github.com/wg/wrk synced 2025-01-08 23:32:54 +08:00
wrk/CHANGES

14 lines
710 B
Plaintext
Raw Normal View History

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.