https://github.com/stefanpenner/ember-performance
https://github.com/stefanpenner/ember-performance
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanpenner/ember-performance
- Owner: stefanpenner
- License: mit
- Created: 2013-09-25T21:40:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T22:25:08.000Z (almost 12 years ago)
- Last Synced: 2025-01-09T23:05:49.312Z (6 months 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.
## 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