bench: Only run http,net,fs,tls by default
This commit is contained in:
parent
06fbcca6bb
commit
1eb6a92984
6
Makefile
6
Makefile
@ -343,7 +343,9 @@ bench-array: all
|
|||||||
bench-buffer: all
|
bench-buffer: all
|
||||||
@$(NODE) benchmark/common.js buffers
|
@$(NODE) benchmark/common.js buffers
|
||||||
|
|
||||||
bench: bench-misc bench-net bench-http bench-fs bench-array bench-buffer bench-tls
|
bench-all: bench bench-misc bench-array bench-buffer
|
||||||
|
|
||||||
|
bench: bench-net bench-http bench-fs bench-tls
|
||||||
|
|
||||||
bench-http-simple:
|
bench-http-simple:
|
||||||
benchmark/http_simple_bench.sh
|
benchmark/http_simple_bench.sh
|
||||||
@ -364,4 +366,4 @@ cpplint:
|
|||||||
|
|
||||||
lint: jslint cpplint
|
lint: jslint cpplint
|
||||||
|
|
||||||
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean check uninstall install install-includes install-bin all staticlib dynamiclib test test-all website-upload pkg blog blogclean tar binary release-only
|
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean check uninstall install install-includes install-bin all staticlib dynamiclib test test-all website-upload pkg blog blogclean tar binary release-only bench-http-simple bench-idle bench-all bench bench-misc bench-array bench-buffer bench-net bench-http bench-fs bench-tls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user