Performance tests for ECMAScript 6 features in SpiderMonkey.
You must have SpiderMonkey installed in order to run the tests. See MDN for instructions on how to get the source code.
Tests are ran using the Gulp task runner. Use gulp test
to run. results are saved to results.json
by default.
You may want to change these options for the runner plugin inside the gulpfile.js
:
output
- The output file. Defaults toresults.json
.command
- The alias for SpiderMonkey. Defaults tojs24
.
The matmul code was adapted from this project.