2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Some improvements in the benchmarks.

This commit is contained in:
Marcelo Zimbres
2022-07-11 00:00:09 +02:00
parent fa4181b197
commit 2edd9f3d87
8 changed files with 9 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
#include <uv.h>
#define DEFAULT_PORT 55555
#define DEFAULT_BACKLOG 128
#define DEFAULT_BACKLOG 1024
uv_loop_t *loop;
struct sockaddr_in addr;

View File

@@ -0,0 +1,2 @@
{
}

View File

@@ -7,3 +7,6 @@ edition = "2021"
[dependencies]
tokio = { version = "0.2", features = ["full"] }
[build]
target-dir = "/home/marcelo/local/rust/target"