1
0
Fork 0
easejs/test/perf
Mike Gerwitz 37bf2fa353 Began adding performance tests 2011-03-10 22:43:36 -05:00
..
README Began adding performance tests 2011-03-10 22:43:36 -05:00
common.js Began adding performance tests 2011-03-10 22:43:36 -05:00
perf-class-define.js Began adding performance tests 2011-03-10 22:43:36 -05:00
perf-class-inst-anon-empty.js Began adding performance tests 2011-03-10 22:43:36 -05:00
perf-class-inst-named-empty.js Began adding performance tests 2011-03-10 22:43:36 -05:00
perf-class-require.js Began adding performance tests 2011-03-10 22:43:36 -05:00

README

This directory contains the performance tests. These tests contain basic
routines that perform a single action and output the result in seconds, with a
basic description of what has been done. The timing is done via the native Date
object to ensure that it can be run both server and client-side.

It is important that each test performs only a single operation to ensure that
the prior operations have no consequences on the previous, at least when run
server-side by invoking a separate executable for each.