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-15 01:42:35 +08:00
Code
Issues
Releases
Wiki
Activity
56
Commits
2
Branches
21
Tags
051c35fca69ef2eacf154e8a123786e42f480cce
Commit Graph
56 Commits
This Branch
This Branch
All Branches
add defines and includes for solaris
Will
·
2015-03-18 21:18:33 +09:00
4.0.0
051c35fca6
prepare wrk 4.0.0 release
Will
·
2015-03-15 14:08:55 +09:00
eb165ce430
remove calibration & improve CO correction
Will
·
2015-02-21 10:30:15 +09:00
ef6a836b7d
simplify script state setup
Will
·
2015-02-21 10:30:15 +09:00
57f3b33f4f
remove obsoleted timeout check
Will
·
2015-02-21 10:30:15 +09:00
5158fc18d6
eliminate sampling and record all data
Will
·
2015-02-21 10:30:14 +09:00
39af03f7ba
add script setup() and thread methods
Will
·
2015-02-21 10:30:14 +09:00
9b84d3e1a4
move address resolution into lua
Will
·
2015-02-21 10:30:14 +09:00
6f0aa32ede
add CHANGES file and simplify script init
Will
·
2015-02-21 10:30:14 +09:00
93348e2814
update LICENSE redistribution terms
Will
·
2015-02-21 10:30:09 +09:00
db6da47fe3
start request timer before first write
Will
·
2015-01-31 14:54:36 +09:00
3.1.2
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
3.1.1
88aa6c5237
ensure connection structs are zeroed
Will
·
2014-08-05 21:50:32 +09:00
0c64376d09
minor Makefile improvements
Will
·
2014-05-15 20:11:07 +09:00
205a1960c8
import LuaJIT 2.0.3
Will
·
2014-05-15 20:09:09 +09:00
14088561d9
cleanup & pipelining for 3.1.0 release
Will
·
2014-02-10 19:35:13 +09:00
3.1.0
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
correct dependency order for parallel builds
Will
·
2013-11-16 12:06:29 +09:00
3.0.4
7763ce3c9b
fix Host header with port or IPv6 address
Will
·
2013-11-10 16:23:14 +09:00
3.0.3
2a4b64033a
use $CURDIR intead of $PWD in Makefile
Will
·
2013-11-09 12:30:53 +09:00
3.0.2
b03bcb9acc
read all available bytes when socket ready
Will
·
2013-10-05 13:49:46 +09:00
3.0.1
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
3.0.0
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
import LuaJIT 2.0.2
Will
·
2013-08-17 13:26:40 +09:00
c6679dc58a
automatic sampling interval calibration
Will
·
2013-06-30 23:08:43 +09:00
2.2.2
408b4dc4c2
increase rate calculation precision
Will
·
2013-06-26 16:28:25 +09:00
2.2.1
615b548729
finalize and integrate SSL support
Will
·
2013-06-22 16:37:46 +09:00
2.2.0
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
2.0.0
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
1.2.0
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
add thread-related CFLAGS needed on some platforms
Will
·
2013-03-03 19:15:57 +09:00
1.1.1
43d3193914
more robust socket error handling
Will
·
2013-02-16 17:20:50 +09:00
1.1.0
a1a46c4e0d
First
Previous
1
2
Next
Last