Skip to content

Commit

Permalink
benchmark: add bench-(url & events) make targets
Browse files Browse the repository at this point in the history
PR-URL: #584
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
yosuke-furukawa authored and rvagg committed Jan 27, 2015
1 parent 5843ae8 commit b5166cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b5166cb

Please sign in to comment.