aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/test/benchmark-pound.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/benchmark-pound.c')
-rw-r--r--deps/uv/test/benchmark-pound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/uv/test/benchmark-pound.c b/deps/uv/test/benchmark-pound.c
index 5528ab6f1c..8256ad3f81 100644
--- a/deps/uv/test/benchmark-pound.c
+++ b/deps/uv/test/benchmark-pound.c
@@ -25,6 +25,7 @@
/* Update this is you're going to run > 1000 concurrent requests. */
#define MAX_CONNS 1000
+#undef NANOSEC
#define NANOSEC ((uint64_t)10e8)
/* Base class for tcp_conn_rec and pipe_conn_rec.