summaryrefslogtreecommitdiff
path: root/deps/uv/test/benchmark-pound.c
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-11 16:46:26 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-11 17:25:55 -0700
commitfb7faefbf53f2e27aa2e9cf9dbd88163eeaefb38 (patch)
tree6457cc3e8ad3c9d5c79677ecd8206bba792f716c /deps/uv/test/benchmark-pound.c
parent2c11718d79bcb63615741f2b5512e133f107a772 (diff)
downloadandroid-node-v8-fb7faefbf53f2e27aa2e9cf9dbd88163eeaefb38.tar.gz
android-node-v8-fb7faefbf53f2e27aa2e9cf9dbd88163eeaefb38.tar.bz2
android-node-v8-fb7faefbf53f2e27aa2e9cf9dbd88163eeaefb38.zip
Upgrade libuv to d358738
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.