Runs {io,node}.js benchmarks and generates pretty graphs
The benchmarks were copied from the io.js repo (v2.0.1) and slightly adapted.
Some of them don't run with node-v0.10
or even node-v0.12
. When only 0.10
failed the data was included, but the
graph only compares io.js and node-v0.12 obviously.
When both failed the data has not been included at all, namely for the following:
v8 module not found
v8 module not found
If you're running a nix OS you'd like to benchmark, i.e. you may want to try an older kernel, you can easily do that and include the data.
./benchgraph-all
on your machinenpm run bundle
In order to test things while you're working on this you can run npm run watch
and serve the root in order to inspect
the page after every change.
MIT