diff options
author | isaacs <i@izs.me> | 2013-02-13 12:19:08 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-02-19 17:16:18 -0800 |
commit | e850cbab1c83c9457f653c6241da5c74d2d0ab0e (patch) | |
tree | 43f4968faf7b4723db252562c865dd0429489722 /Makefile | |
parent | 035aa6b4cefc0b1d5bab8ffdcb5c63593ef8d190 (diff) | |
download | node-new-e850cbab1c83c9457f653c6241da5c74d2d0ab0e.tar.gz |
tools: Add wrk for benchmarking http servers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |