Skip to content

Yogananthan/ember-performance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-performance

The goal of this project is to create a comprehensive suite of tests to improve the performance of Ember.js.

Screenshot

Usage

  1. Clone the repo
  2. Open in a browser
  3. Click the button for the test you want to run.

Running against a new Ember.js Build

Simply replace the ember-master.js file with the latest production build of Ember.js you want to test.

  1. Clone ember-performance to your computer.
  2. Clone the Ember.js project somewhere on your computer.
  3. In the Ember.js directory, execute a command like so: rake clean && rake dist && cp dist/ember.prod.js /Users/robin/code/ember-performance/js/libs/ember-master.js (you will need to replace /Users/robin/code/ember-performance with the appropriate path on your computer.)
  4. Reload in your browser and run the tests!

License

MIT

About

A suite of tests for EmberJS to help with performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published