summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 671fc7d87..887b28545 100644
--- a/Makefile
+++ b/Makefile
@@ -313,6 +313,10 @@ dist-upload: $(TARBALL) $(PKG)
scp $(TARBALL) node@nodejs.org:~/web/nodejs.org/dist/$(VERSION)/$(TARBALL)
scp $(PKG) node@nodejs.org:~/web/nodejs.org/dist/$(VERSION)/$(TARNAME).pkg
+wrk: tools/wrk/wrk
+tools/wrk/wrk:
+ $(MAKE) -C tools/wrk/
+
bench-net: all
@$(NODE) benchmark/common.js net