mscdex / node-mysql-benchmarks

Node.JS MySQL client library benchmarks

Home Page:http://mscdex.github.com/node-mysql-benchmarks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmarks for MySQL modules for Node.js

You can install this via npm:

# npm install -g mysql-modules-benchmarks

And run:

# mysql-modules-benchmarks

You will also need to make sure that max_heap_table_size=4294967295 is set in your server configuration.

Supported MySQL modules

Benchmarks (synchronous) for PHP and C are also included.

Benchmark results

Some benchmark results are available here.

About

Node.JS MySQL client library benchmarks

http://mscdex.github.com/node-mysql-benchmarks/

License:MIT License


Languages

Language:JavaScript 74.7%Language:C++ 8.9%Language:C 8.3%Language:PHP 7.8%Language:Shell 0.2%