summaryrefslogtreecommitdiff
path: root/deps/uv/test/benchmark-pound.c
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-01-16 23:38:02 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2013-01-16 23:38:02 +0100
commit952e42de726dd4c25c81ad6dbad81f03a12096d4 (patch)
tree9bc11684b42ac9a3da85f9210a52cc610d47b52b /deps/uv/test/benchmark-pound.c
parent47f3fc9a2671bca3f70726f9bbbb8f2b56ac1dc3 (diff)
downloadandroid-node-v8-952e42de726dd4c25c81ad6dbad81f03a12096d4.tar.gz
android-node-v8-952e42de726dd4c25c81ad6dbad81f03a12096d4.tar.bz2
android-node-v8-952e42de726dd4c25c81ad6dbad81f03a12096d4.zip
deps: upgrade libuv to 4ba03dd
Diffstat (limited to 'deps/uv/test/benchmark-pound.c')
-rw-r--r--deps/uv/test/benchmark-pound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/benchmark-pound.c b/deps/uv/test/benchmark-pound.c
index 51f2ca2f61..8669a14a2f 100644
--- a/deps/uv/test/benchmark-pound.c
+++ b/deps/uv/test/benchmark-pound.c
@@ -287,7 +287,7 @@ static int pound_it(int concurrency,
r = do_connect(concurrency, make_connect, arg);
ASSERT(!r);
- uv_run(loop);
+ uv_run(loop, UV_RUN_DEFAULT);
end_time = uv_hrtime();