1
0
mirror of https://github.com/wg/wrk synced 2026-05-26 07:59:49 +08:00

generate version from git describe

This commit is contained in:
Will
2016-03-20 17:03:36 +09:00
Unverified
parent bc6f6797c4
commit 040db59768
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -16,13 +16,14 @@
#include "ae.h"
#include "http_parser.h"
#define VERSION "4.0.0"
#define RECVBUF 8192
#define MAX_THREAD_RATE_S 10000000
#define SOCKET_TIMEOUT_MS 2000
#define RECORD_INTERVAL_MS 100
extern const char *VERSION;
typedef struct {
pthread_t thread;
aeEventLoop *loop;