Skip to content

iamjem/es6-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECMAScript 6 Performance Tests

Performance tests for ECMAScript 6 features in SpiderMonkey.

Requirements

You must have SpiderMonkey installed in order to run the tests. See MDN for instructions on how to get the source code.

Usage

Tests are ran using the Gulp task runner. Use gulp test to run. results are saved to results.json by default.

Runner Options

You may want to change these options for the runner plugin inside the gulpfile.js:

  • output - The output file. Defaults to results.json.
  • command - The alias for SpiderMonkey. Defaults to js24.

Credits

The matmul code was adapted from this project.

About

ECMAScript 6 performance tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published