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

16 lines
777 B
Plaintext
Raw Normal View History

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.