General benchmarks for common tasks written in nodejs
The goal of this repo is to have the benchmark code of several common techniques/algorithms written in javascript so we can easily evaluate and re-evaluate them whenever a new version of nodejs comes out.
git clone git@github.com:EveryMundo/nodejs-techniques-benchmarks.git
cd nodejs-techniques-benchmarks
npm install
Just pick a .benchmark.js
file and run it with node
node dates/check-for-valid-date.benchmark.js
- Clone this repo
- Add you improvements or new benchmarks
- Open a pull request :D