mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
benchmark: add bench-(url & events) make targets
PR-URL: https://github.com/iojs/io.js/pull/584 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
committed by
Rod Vagg
parent
5843ae8dfb
commit
b5166cb7d2
8
Makefile
8
Makefile
@@ -369,7 +369,13 @@ bench-array: all
|
||||
bench-buffer: all
|
||||
@$(NODE) benchmark/common.js buffers
|
||||
|
||||
bench-all: bench bench-misc bench-array bench-buffer
|
||||
bench-url: all
|
||||
@$(NODE) benchmark/common.js url
|
||||
|
||||
bench-events: all
|
||||
@$(NODE) benchmark/common.js events
|
||||
|
||||
bench-all: bench bench-misc bench-array bench-buffer bench-url bench-events
|
||||
|
||||
bench: bench-net bench-http bench-fs bench-tls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user