1
0
mirror of https://github.com/wg/wrk synced 2026-05-14 01:12:41 +08:00

Commit Graph

  • a211dd5a70 upgrade openssl to 1.1.1i master 4.2.0 next Will 2021-02-06 08:39:55 +09:00
  • 2d433a9b43 build bytecode.o from C source Will 2021-02-06 08:38:22 +09:00
  • 2221a30405 upgrade luajit to v2.1 branch (ec6edc5) Will 2021-02-06 08:26:51 +09:00
  • c7698504a9 configure github actions Will 2021-02-07 15:54:17 +09:00
  • 0896020a2a add azure & circleci configs Will 2019-04-18 10:51:16 +09:00
  • 9f7214502a fix library linking order Will 2019-04-18 10:48:58 +09:00
  • 1091676772 upgrade openssl to 1.1.1b Will 2019-04-17 20:04:18 +09:00
  • 0bbe32c2f8 define MACOSX_DEPLOYMENT_TARGET on macos Will 2019-04-17 20:02:40 +09:00
  • 7594a95186 define _DEFAULT_SOURCE on linux 4.1.0 Will 2018-01-21 15:00:58 +09:00
  • a5d9db0bd0 upgrade openssl to 1.1.0g Will 2018-01-21 14:47:53 +09:00
  • c080834bc2 upgrade LuaJIT to 2.1.0-beta3 Will 2018-01-21 14:47:22 +09:00
  • b9a832a7e0 update zmalloc and http_parser Will 2018-01-21 14:15:56 +09:00
  • 9d71b2f6dd make lua imports version independent Will 2018-01-21 14:05:34 +09:00
  • 91655b5520 update ae, zmalloc & http_parser Will 2017-02-05 14:43:13 +09:00
  • 45e4625353 require openssl 1.1.0+ Will 2017-02-05 14:05:52 +09:00
  • 50305ed1d8 send hostname in TLS SNI extension 4.0.2 Will 2016-03-26 09:18:07 +09:00
  • 040db59768 generate version from git describe Will 2016-03-20 17:03:36 +09:00
  • bc6f6797c4 support using system openssl & luajit Will 2016-03-20 16:26:48 +09:00
  • 29b1848551 refactor dependencies & bundle openssl Will 2016-03-20 15:55:25 +09:00
  • 03dc368674 fix bug in lua table copying Will 2015-11-04 21:59:11 +09:00
  • 8bf0b2e3d3 handle unexpected EOF as error Will 2015-11-04 21:40:57 +09:00
  • 7cdede916a upgrade LuaJIT to 2.0.4 Will 2015-05-16 20:03:12 +09:00
  • 0f8016c907 add optional delay() script function Will 2015-05-08 14:54:10 +09:00
  • a20969192f remove dependency on unspecified behavior 4.0.1 Will 2015-03-24 19:03:52 +09:00
  • 051c35fca6 add defines and includes for solaris 4.0.0 Will 2015-03-18 21:18:33 +09:00
  • eb165ce430 prepare wrk 4.0.0 release Will 2015-03-15 14:08:55 +09:00
  • ef6a836b7d remove calibration & improve CO correction Will 2015-02-21 11:31:44 +09:00
  • 57f3b33f4f simplify script state setup Will 2015-02-15 14:01:35 +09:00
  • 5158fc18d6 remove obsoleted timeout check Will 2015-02-11 20:11:41 +09:00
  • 39af03f7ba eliminate sampling and record all data Will 2015-02-11 11:31:55 +09:00
  • 9b84d3e1a4 add script setup() and thread methods Will 2015-02-07 17:03:17 +09:00
  • 6f0aa32ede move address resolution into lua Will 2015-02-07 14:08:30 +09:00
  • 93348e2814 add CHANGES file and simplify script init Will 2015-02-07 10:35:21 +09:00
  • db6da47fe3 update LICENSE redistribution terms Will 2015-02-07 09:38:41 +09:00
  • a52c770204 start request timer before first write 3.1.2 Will 2015-01-31 14:54:36 +09:00
  • b8431944ed use correct type for getopt_long result Will 2015-01-31 14:44:54 +09:00
  • 522ec607f8 pass EOF through to parser Will 2015-01-31 14:33:27 +09:00
  • 6c15549e77 update http parser to 2.4.2 Will 2015-01-31 11:55:31 +09:00
  • 88aa6c5237 copy request string from lua stack 3.1.1 Will 2014-08-05 21:49:25 +09:00
  • 0c64376d09 ensure connection structs are zeroed Will 2014-08-05 21:43:15 +09:00
  • 205a1960c8 minor Makefile improvements Will 2014-05-15 20:11:07 +09:00
  • 14088561d9 import LuaJIT 2.0.3 Will 2014-05-15 20:09:09 +09:00
  • 5b2fa06151 cleanup & pipelining for 3.1.0 release 3.1.0 Will 2014-02-10 19:35:13 +09:00
  • 4facab702e support pipelining via script request() Will 2013-12-08 19:17:06 +09:00
  • ade03d2348 support any existing TLS/SSL version Will 2014-02-10 17:27:49 +09:00
  • 44aa1b4aab add a few example scripts Will 2013-12-07 14:09:44 +09:00
  • 7763ce3c9b correct dependency order for parallel builds 3.0.4 Will 2013-11-16 12:06:29 +09:00
  • 2a4b64033a fix Host header with port or IPv6 address 3.0.3 Will 2013-11-10 16:16:53 +09:00
  • b03bcb9acc use $CURDIR intead of $PWD in Makefile 3.0.2 Will 2013-11-09 12:30:33 +09:00
  • fe4c1a692b read all available bytes when socket ready 3.0.1 Will 2013-10-05 13:49:46 +09:00
  • 796f4e1226 handle failure to create event loop Will 2013-10-05 12:23:09 +09:00
  • 6845a10ca3 finalize and merge lua scripting 3.0.0 Will 2013-09-22 12:54:25 +09:00
  • a2d7b361f9 check if generated request is valid Will 2013-09-08 13:21:11 +09:00
  • 558a6b04ce add optional response() script function Will 2013-08-31 11:41:21 +09:00
  • 1e7411aebd call optional done() script function Will 2013-08-18 20:37:21 +09:00
  • e24ed26a43 generate requests with lua script Will 2013-08-18 13:38:06 +09:00
  • c6679dc58a import LuaJIT 2.0.2 Will 2013-08-11 16:26:32 +09:00
  • 408b4dc4c2 automatic sampling interval calibration 2.2.2 Will 2013-06-30 23:06:59 +09:00
  • 615b548729 increase rate calculation precision 2.2.1 Will 2013-06-26 16:19:16 +09:00
  • 256b4756d3 finalize and integrate SSL support 2.2.0 Will 2013-06-22 15:48:48 +09:00
  • 87a5dae12c correctly handle partial writes Will 2013-06-21 12:31:05 +09:00
  • 6fd3ee1080 rewrite stats recording and analysis Will 2013-05-29 09:37:18 +09:00
  • 1b7161cf0e support setting request method & body Will 2013-05-24 12:00:12 +09:00
  • acb9a78925 reduce system calls to improve performance Will 2013-05-23 16:07:41 +09:00
  • d0582223a2 add option to print latency distribution Will 2013-05-08 20:19:27 +09:00
  • 05fcf7e8f8 update http parser to 2.1 2.0.0 Will 2013-04-21 17:24:10 +09:00
  • 6c4064cd98 add option to set socket/request timeout Will 2013-04-10 20:53:58 +09:00
  • 8225945f32 switch to time as basis of benchmark duration Will 2013-04-10 20:53:30 +09:00
  • 86a23c6beb stop after receiving SIGINT 1.2.0 Will 2013-04-07 14:37:24 +09:00
  • 5496c588eb stop after error count exceeds predefined amount Will 2013-04-07 13:43:22 +09:00
  • 5f09256ac2 improve remote host addr resolution Will 2013-04-07 13:41:19 +09:00
  • ae7a043678 allow Host header to be overridden with -H Will 2013-03-10 16:24:27 +09:00
  • 43d3193914 add thread-related CFLAGS needed on some platforms 1.1.1 Will 2013-03-03 18:24:41 +09:00
  • a1a46c4e0d more robust socket error handling 1.1.0 Will 2013-02-16 17:20:40 +09:00
  • c00e9470e0 set default request path to / Will 2013-02-16 11:38:37 +09:00
  • 54a623bd25 add support for solaris Will 2013-01-12 16:21:02 +09:00
  • 17b79717f6 import updated ae from redis 2.6.8 Will 2013-01-12 16:09:32 +09:00
  • 6d143f164d use more appropriate integer types Will 2012-03-25 19:21:06 +09:00
  • ae9777b78d eliminate uses of reserved identifiers Will 2012-03-25 18:03:46 +09:00
  • 68ccc0ce68 first public release of wrk 1.0.0 Will 2012-03-18 15:16:09 +09:00