mirror of
https://github.com/sstent/node.git
synced 2026-01-27 15:41:43 +00:00
first post
This commit is contained in:
13
Nodejs-Socketio-Mysql-Demo/node_modules/mysql/Makefile
generated
vendored
Normal file
13
Nodejs-Socketio-Mysql-Demo/node_modules/mysql/Makefile
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
SHELL := /bin/bash
|
||||
NODE = node
|
||||
|
||||
test:
|
||||
@$(NODE) test/run.js
|
||||
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 benchmark
|
||||
Reference in New Issue
Block a user