Skip to content

Commit

Permalink
Makefile targets for benchmarking
Browse files Browse the repository at this point in the history
Also moved node-mysql benchmark directory
  • Loading branch information
felixge committed Oct 11, 2010
1 parent f2e895c commit 62becf9
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -2,5 +2,11 @@ test:
@find test/{simple,system}/test-*.js | xargs -n 1 -t node
test-all: test
@find test/system/slow/test-*.js | xargs -n 1 -t node
benchmark-node-mysql:
@find benchmark/node-mysql/*.js | xargs -n 1 -t node
benchmark-php:
@find benchmark/php/*.php | xargs -n 1 -t php
benchmark-all: benchmark-node-mysql benchmark-php
benchmark: benchmark-node-mysql

.PHONY: test
.PHONY: test benchmark
File renamed without changes.

0 comments on commit 62becf9

Please sign in to comment.