Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanpenner/ember-performance
https://github.com/stefanpenner/ember-performance
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanpenner/ember-performance
- Owner: stefanpenner
- License: mit
- Created: 2013-09-25T21:40:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T22:25:08.000Z (about 11 years ago)
- Last Synced: 2024-10-17T18:09:55.679Z (19 days ago)
- Language: JavaScript
- Size: 508 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ember-performance
=================The goal of this project is to create a comprehensive suite of tests to improve
the performance of Ember.js.![Screenshot](http://i.imgur.com/E4R4iMy.png)
## 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](https://github.com/emberjs/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