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

60 Commits

Author SHA1 Message Date
Will
8bf0b2e3d3 handle unexpected EOF as error 2015-11-04 21:41:57 +09:00
Will
7cdede916a upgrade LuaJIT to 2.0.4 2015-05-16 20:05:10 +09:00
Will
0f8016c907 add optional delay() script function 2015-05-08 14:54:10 +09:00
Will
a20969192f remove dependency on unspecified behavior 2015-03-24 19:03:52 +09:00
Will
051c35fca6 add defines and includes for solaris 2015-03-18 21:18:33 +09:00
Will
eb165ce430 prepare wrk 4.0.0 release 2015-03-15 14:08:55 +09:00
Will
ef6a836b7d remove calibration & improve CO correction 2015-02-21 10:30:15 +09:00
Will
57f3b33f4f simplify script state setup 2015-02-21 10:30:15 +09:00
Will
5158fc18d6 remove obsoleted timeout check 2015-02-21 10:30:15 +09:00
Will
39af03f7ba eliminate sampling and record all data 2015-02-21 10:30:14 +09:00
Will
9b84d3e1a4 add script setup() and thread methods 2015-02-21 10:30:14 +09:00
Will
6f0aa32ede move address resolution into lua 2015-02-21 10:30:14 +09:00
Will
93348e2814 add CHANGES file and simplify script init 2015-02-21 10:30:14 +09:00
Will
db6da47fe3 update LICENSE redistribution terms 2015-02-21 10:30:09 +09:00
Will
a52c770204 start request timer before first write 2015-01-31 14:54:36 +09:00
Will
b8431944ed use correct type for getopt_long result 2015-01-31 14:44:54 +09:00
Will
522ec607f8 pass EOF through to parser 2015-01-31 14:33:27 +09:00
Will
6c15549e77 update http parser to 2.4.2 2015-01-31 11:55:31 +09:00
Will
88aa6c5237 copy request string from lua stack 2014-08-05 21:50:32 +09:00
Will
0c64376d09 ensure connection structs are zeroed 2014-08-05 21:50:32 +09:00
Will
205a1960c8 minor Makefile improvements 2014-05-15 20:11:07 +09:00
Will
14088561d9 import LuaJIT 2.0.3 2014-05-15 20:09:09 +09:00
Will
5b2fa06151 cleanup & pipelining for 3.1.0 release 2014-02-10 19:35:13 +09:00
Will
4facab702e support pipelining via script request() 2014-02-10 19:21:23 +09:00
Will
ade03d2348 support any existing TLS/SSL version 2014-02-10 17:28:57 +09:00
Will
44aa1b4aab add a few example scripts 2013-12-07 14:09:44 +09:00
Will
7763ce3c9b correct dependency order for parallel builds 2013-11-16 12:06:29 +09:00
Will
2a4b64033a fix Host header with port or IPv6 address 2013-11-10 16:23:14 +09:00
Will
b03bcb9acc use $CURDIR intead of $PWD in Makefile 2013-11-09 12:30:53 +09:00
Will
fe4c1a692b read all available bytes when socket ready 2013-10-05 13:49:46 +09:00
Will
796f4e1226 handle failure to create event loop 2013-10-05 12:23:39 +09:00
Will
6845a10ca3 finalize and merge lua scripting 2013-09-22 13:05:06 +09:00
Will
a2d7b361f9 check if generated request is valid 2013-09-08 13:21:11 +09:00
Will
558a6b04ce add optional response() script function 2013-08-31 11:41:34 +09:00
Will
1e7411aebd call optional done() script function 2013-08-25 16:31:42 +09:00
Will
e24ed26a43 generate requests with lua script 2013-08-18 13:38:06 +09:00
Will
c6679dc58a import LuaJIT 2.0.2 2013-08-17 13:26:40 +09:00
Will
408b4dc4c2 automatic sampling interval calibration 2013-06-30 23:08:43 +09:00
Will
615b548729 increase rate calculation precision 2013-06-26 16:28:25 +09:00
Will
256b4756d3 finalize and integrate SSL support 2013-06-22 16:37:46 +09:00
Will
87a5dae12c correctly handle partial writes 2013-06-21 12:31:05 +09:00
Will
6fd3ee1080 rewrite stats recording and analysis 2013-05-29 10:09:11 +09:00
Will
1b7161cf0e support setting request method & body 2013-05-27 10:47:04 +09:00
Will
acb9a78925 reduce system calls to improve performance 2013-05-23 16:22:15 +09:00
Will
d0582223a2 add option to print latency distribution 2013-05-08 20:19:27 +09:00
Will
05fcf7e8f8 update http parser to 2.1 2013-04-21 17:24:10 +09:00
Will
6c4064cd98 add option to set socket/request timeout 2013-04-10 20:53:58 +09:00
Will
8225945f32 switch to time as basis of benchmark duration 2013-04-10 20:53:30 +09:00
Will
86a23c6beb stop after receiving SIGINT 2013-04-07 14:37:24 +09:00
Will
5496c588eb stop after error count exceeds predefined amount 2013-04-07 13:46:40 +09:00