diff options
| author | Igor Minar | 2010-12-21 17:13:07 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-12-22 14:16:36 -0800 |
| commit | e3ddc2bcc48ba6160455c4ffe35df87715c05693 (patch) | |
| tree | ba60df45585e778958804fb92b14f1dcbd0123ae /jsTestDriver-perf.conf | |
| parent | d11088eb430ef7f0b444888517868ba880610f6b (diff) | |
| download | angular.js-e3ddc2bcc48ba6160455c4ffe35df87715c05693.tar.bz2 | |
simple perf testing harness with JSON parsing tests
- 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.
Diffstat (limited to 'jsTestDriver-perf.conf')
| -rw-r--r-- | jsTestDriver-perf.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jsTestDriver-perf.conf b/jsTestDriver-perf.conf new file mode 100644 index 00000000..8b0518b3 --- /dev/null +++ b/jsTestDriver-perf.conf @@ -0,0 +1,13 @@ +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: |
