1
0
mirror of https://github.com/wg/wrk synced 2026-06-07 23:33:36 +08:00

finalize and merge lua scripting

This commit is contained in:
Will
2013-09-22 12:54:25 +09:00
Unverified
parent a2d7b361f9
commit 6845a10ca3
4 changed files with 4 additions and 7 deletions
-2
View File
@@ -581,8 +581,6 @@ static int parse_args(struct config *cfg, char **url, char **headers, int argc,
printf("wrk %s [%s] ", VERSION, aeGetApiName());
printf("Copyright (C) 2012 Will Glozer\n");
break;
case 'r':
fprintf(stderr, "wrk 2.0.0+ uses -d instead of -r\n");
case 'h':
case '?':
case ':':
+1 -1
View File
@@ -14,7 +14,7 @@
#include "script.h"
#include "http_parser.h"
#define VERSION "2.2.2"
#define VERSION "3.0.0"
#define RECVBUF 8192
#define SAMPLES 100000000