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-13 17:05:29 +08:00
Code
Issues
Releases
Wiki
Activity
80
Commits
2
Branches
21
Tags
master
Commit Graph
80 Commits
This Branch
This Branch
All Branches
upgrade openssl to 1.1.1i
Will
·
2021-02-07 16:13:05 +09:00
4.2.0
a211dd5a70
build bytecode.o from C source
Will
·
2021-02-07 16:06:44 +09:00
2d433a9b43
upgrade luajit to v2.1 branch (ec6edc5)
Will
·
2021-02-07 15:58:46 +09:00
2221a30405
configure github actions
Will
·
2021-02-07 15:54:17 +09:00
c7698504a9
add azure & circleci configs
Will
·
2019-04-18 10:51:32 +09:00
0896020a2a
fix library linking order
Will
·
2019-04-18 10:48:58 +09:00
9f7214502a
upgrade openssl to 1.1.1b
Will
·
2019-04-17 20:04:18 +09:00
1091676772
define MACOSX_DEPLOYMENT_TARGET on macos
Will
·
2019-04-17 20:02:40 +09:00
0bbe32c2f8
define _DEFAULT_SOURCE on linux
Will
·
2018-01-21 15:00:58 +09:00
4.1.0
7594a95186
upgrade openssl to 1.1.0g
Will
·
2018-01-21 14:47:53 +09:00
a5d9db0bd0
upgrade LuaJIT to 2.1.0-beta3
Will
·
2018-01-21 14:47:22 +09:00
c080834bc2
update zmalloc and http_parser
Will
·
2018-01-21 14:15:56 +09:00
b9a832a7e0
make lua imports version independent
Will
·
2018-01-21 14:05:34 +09:00
9d71b2f6dd
update ae, zmalloc & http_parser
Will
·
2017-02-05 15:16:14 +09:00
91655b5520
require openssl 1.1.0+
Will
·
2017-02-05 14:05:52 +09:00
45e4625353
send hostname in TLS SNI extension
Will
·
2016-03-26 09:18:07 +09:00
4.0.2
50305ed1d8
generate version from git describe
Will
·
2016-03-20 17:03:36 +09:00
040db59768
support using system openssl & luajit
Will
·
2016-03-20 16:39:04 +09:00
bc6f6797c4
refactor dependencies & bundle openssl
Will
·
2016-03-20 16:06:41 +09:00
29b1848551
fix bug in lua table copying
Will
·
2015-11-04 21:59:46 +09:00
03dc368674
handle unexpected EOF as error
Will
·
2015-11-04 21:41:57 +09:00
8bf0b2e3d3
upgrade LuaJIT to 2.0.4
Will
·
2015-05-16 20:05:10 +09:00
7cdede916a
add optional delay() script function
Will
·
2015-05-08 14:54:10 +09:00
0f8016c907
remove dependency on unspecified behavior
Will
·
2015-03-24 19:03:52 +09:00
4.0.1
a20969192f
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
First
Previous
1
2
Next
Last