summaryrefslogtreecommitdiff
path: root/deps/uv/test/benchmark-pound.c
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-10-17 18:33:40 +0200
committerBert Belder <bertbelder@gmail.com>2012-10-17 18:33:45 +0200
commitc11c19b92cb38532b1892c54ae25502873b14699 (patch)
treec86112a45643c6d098b1a5c04d43bab401189ead /deps/uv/test/benchmark-pound.c
parent4b238b4c2ae8f5cf409cea5ca214b480b00e1a86 (diff)
downloadandroid-node-v8-c11c19b92cb38532b1892c54ae25502873b14699.tar.gz
android-node-v8-c11c19b92cb38532b1892c54ae25502873b14699.tar.bz2
android-node-v8-c11c19b92cb38532b1892c54ae25502873b14699.zip
uv: upgrade to 1e32cb0
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 5c29a05b31..51f2ca2f61 100644
--- a/deps/uv/test/benchmark-pound.c
+++ b/deps/uv/test/benchmark-pound.c
@@ -300,6 +300,7 @@ static int pound_it(int concurrency,
closed_streams / secs,
conns_failed);
+ MAKE_VALGRIND_HAPPY();
return 0;
}