https://github.com/danmindru/abs-benchmarks
Benchmarks done while researching for https://abs.danmind.ru
https://github.com/danmindru/abs-benchmarks
Last synced: about 1 year ago
JSON representation
Benchmarks done while researching for https://abs.danmind.ru
- Host: GitHub
- URL: https://github.com/danmindru/abs-benchmarks
- Owner: danmindru
- Created: 2014-12-06T12:32:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T13:32:00.000Z (over 11 years ago)
- Last Synced: 2025-03-24T19:48:45.849Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Angular boilerplate study benchmarks
Benchmarks done while researching for [angular boilerplate study](http://abs.danmind.ru) ([github](https://github.com/dandaniel/angular-boilerplate-study)).
###Getting started
There's not much to do in order to get started.
Angular benchpress is used for benchmarking, so check out [their repo](https://github.com/angular/benchpress).
```
$ npm install
```
###Running Benchmarks
A grunt task will build and run the benchmark server on **localhost:3339**.
```
$ grunt benchmark
```
You need to have Chrome Canary installed and navigate to the server above in order to run the benchmarks. (There's gonna be a simple interface once you navigate to a benchmark location)
Benchpress has a built-in command to launch Chrome Canary with the right settings. You can use it by running:
```
$ grunt chrome
```