File wrk.changes of Package wrk
------------------------------------------------------------------- Wed May 20 15:39:37 UTC 2020 - Marcus Rueckert <mrueckert@suse.de> - updated wrk-3.1.2_distrofixes.patch to longer build with intree libraries and added BR for luajit ------------------------------------------------------------------- Tue May 19 22:59:18 UTC 2020 - Marcus Rueckert <mrueckert@suse.de> - update to 4.1.0 https://github.com/wg/wrk/releases/tag/4.1.0 https://github.com/wg/wrk/releases/tag/4.0.2 ------------------------------------------------------------------- Fri Apr 17 08:12:07 UTC 2015 - mpluskal@suse.com - Use url for source - Update to version 4.0.1 * The wrk global variable is the only global defined by default. * wrk.init() calls the global init(), remove calls to wrk.init(). * 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. * Add thread:set(name, value), thread:get(name), and thread:stop(). * Record latency for every request instead of random samples. * Latency and requests in done() are now callable, not indexable. * Only record timeouts when a response is actually received. * Remove calibration phase and record rate at fixed interval. * Improve correction of coordinated omission. ------------------------------------------------------------------- Tue Mar 10 13:53:08 UTC 2015 - mrueckert@suse.de - initial package