| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-01 | fix:jstd.conf: explicitly specify script load order | Igor Minar | |
| Originally we relied on a lot of globbing, which resulted in angular-mocks being loaded before normal services, so we never overwrote services like $exceptionHandler with mocks. Explict definition guarantees that we don't fall into the loading order trap, but requires us to remember to update the jsTestDriver.conf file every time we add/rename/remove a js file. | |||
| 2011-06-08 | Created a performance test harness and reporter | Misko Hevery | |
| 2010-12-22 | simple perf testing harness with JSON parsing tests | Igor Minar | |
| - 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. | |||
