mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
- all tests should be under perf/ - all payloads should be under perf/data - run tests with ./server.sh + ./test-perf.sh We still lack a way to compare results against a baseline, but this is better than nothing.
13 lines
264 B
Text
13 lines
264 B
Text
server: http://localhost:9876
|
|
|
|
load:
|
|
- lib/jasmine-1.0.1/jasmine.js
|
|
- lib/jasmine-jstd-adapter/JasmineAdapter.js
|
|
- lib/jquery/jquery-1.4.2.js
|
|
- test/jquery_remove.js
|
|
- build/angular.min.js
|
|
- perf/data/*.js
|
|
- perf/testUtils.js
|
|
- perf/*.js
|
|
|
|
exclude:
|