This website requires JavaScript.
Explore
Help
Sign In
Akkariin
/
wrk
Watch
1
Star
0
Fork
0
You've already forked wrk
mirror of
https://github.com/wg/wrk
synced
2026-05-18 03:29:50 +08:00
Code
Issues
Releases
Wiki
Activity
46
Commits
2
Branches
21
Tags
a52c770204a732aa63e1bb6eb241a70949e3a2a9
Commit Graph
40 Commits
start request timer before first write
Will
·
2015-01-31 14:54:36 +09:00
a52c770204
use correct type for getopt_long result
Will
·
2015-01-31 14:44:54 +09:00
b8431944ed
pass EOF through to parser
Will
·
2015-01-31 14:33:27 +09:00
522ec607f8
update http parser to 2.4.2
Will
·
2015-01-31 11:55:31 +09:00
6c15549e77
copy request string from lua stack
Will
·
2014-08-05 21:50:32 +09:00
88aa6c5237
ensure connection structs are zeroed
Will
·
2014-08-05 21:50:32 +09:00
0c64376d09
cleanup & pipelining for 3.1.0 release
Will
·
2014-02-10 19:35:13 +09:00
5b2fa06151
support pipelining via script request()
Will
·
2014-02-10 19:21:23 +09:00
4facab702e
support any existing TLS/SSL version
Will
·
2014-02-10 17:28:57 +09:00
ade03d2348
add a few example scripts
Will
·
2013-12-07 14:09:44 +09:00
44aa1b4aab
fix Host header with port or IPv6 address
Will
·
2013-11-10 16:23:14 +09:00
2a4b64033a
read all available bytes when socket ready
Will
·
2013-10-05 13:49:46 +09:00
fe4c1a692b
handle failure to create event loop
Will
·
2013-10-05 12:23:39 +09:00
796f4e1226
finalize and merge lua scripting
Will
·
2013-09-22 13:05:06 +09:00
6845a10ca3
check if generated request is valid
Will
·
2013-09-08 13:21:11 +09:00
a2d7b361f9
add optional response() script function
Will
·
2013-08-31 11:41:34 +09:00
558a6b04ce
call optional done() script function
Will
·
2013-08-25 16:31:42 +09:00
1e7411aebd
generate requests with lua script
Will
·
2013-08-18 13:38:06 +09:00
e24ed26a43
automatic sampling interval calibration
Will
·
2013-06-30 23:08:43 +09:00
408b4dc4c2
increase rate calculation precision
Will
·
2013-06-26 16:28:25 +09:00
615b548729
finalize and integrate SSL support
Will
·
2013-06-22 16:37:46 +09:00
256b4756d3
correctly handle partial writes
Will
·
2013-06-21 12:31:05 +09:00
87a5dae12c
rewrite stats recording and analysis
Will
·
2013-05-29 10:09:11 +09:00
6fd3ee1080
support setting request method & body
Will
·
2013-05-27 10:47:04 +09:00
1b7161cf0e
reduce system calls to improve performance
Will
·
2013-05-23 16:22:15 +09:00
acb9a78925
add option to print latency distribution
Will
·
2013-05-08 20:19:27 +09:00
d0582223a2
update http parser to 2.1
Will
·
2013-04-21 17:24:10 +09:00
05fcf7e8f8
add option to set socket/request timeout
Will
·
2013-04-10 20:53:58 +09:00
6c4064cd98
switch to time as basis of benchmark duration
Will
·
2013-04-10 20:53:30 +09:00
8225945f32
stop after receiving SIGINT
Will
·
2013-04-07 14:37:24 +09:00
86a23c6beb
stop after error count exceeds predefined amount
Will
·
2013-04-07 13:46:40 +09:00
5496c588eb
improve remote host addr resolution
Will
·
2013-04-07 13:41:19 +09:00
5f09256ac2
allow Host header to be overridden with -H
Will
·
2013-03-10 16:24:27 +09:00
ae7a043678
more robust socket error handling
Will
·
2013-02-16 17:20:50 +09:00
a1a46c4e0d
set default request path to /
Will
·
2013-02-16 11:38:37 +09:00
c00e9470e0
add support for solaris
Will
·
2013-02-16 08:19:29 +09:00
54a623bd25
import updated ae from redis 2.6.8
Will
·
2013-02-16 08:12:43 +09:00
17b79717f6
use more appropriate integer types
Will
·
2012-03-25 19:23:24 +09:00
6d143f164d
eliminate uses of reserved identifiers
Will
·
2012-03-25 18:03:46 +09:00
ae9777b78d
first public release of wrk
Will
·
2012-03-18 15:39:52 +09:00
68ccc0ce68